Checking version 0.01
[Config-Perl-V.git] / README
blob1cca0b2d08d171beb516ee6bfd4b5c1dbce54ac4
1 Config::Perl::V
3     A module that will return you the output of 'perl -V' in a structure.
5 DESCRIPTION
7     The command 'perl -V' will return you an excerpt from the %Config hash
8     combined with the output of 'perl -V' that is not stored inside %Config,
9     but only available to the perl binary itself.
11 PREREQUISITES
13     A working perl
15 BUILDING AND INSTALLATION
17     As most perl modules
19         $ perl Makefile.PL
20         $ make test
21         $ make install UNINST=1
23 CHANGES
25     See Changelog
27 COPYRIGHT AND LICENSE
28     Copyright (C) 2009 H.Merijn Brand
30     This library is free software; you can redistribute it and/or modify
31     it under the same terms as Perl itself.