Default for summary is myconfig
[Config-Perl-V.git] / README
blobb4577dc610ddc3f56aa221014b82b32c922a5c75
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 SOURCE CODE
25     Recent changes can be (re)viewed in the public GIT repository at
26     http://repo.or.cz/w/Config-Perl-V.git
27     Feel free to clone your own copy:
29      $ git clone http://repo.or.cz/r/Config-Perl-V.git Config-Perl-V
31     or get it as a tgz:
33      $ wget --output-document=Config-Perl-V.tgz \
34                'http://repo.or.cz/w/Config-Perl-V.git?a=snapshot;sf=tgz'
36 CHANGES
38     See Changelog
40 COPYRIGHT AND LICENSE
41     Copyright (C) 2009 H.Merijn Brand
43     This library is free software; you can redistribute it and/or modify
44     it under the same terms as Perl itself.