3 A module that will return you the output of 'perl -V' in a structure.
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.
15 BUILDING AND INSTALLATION
21 $ make install UNINST=1
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
33 $ wget --output-document=Config-Perl-V.tgz \
34 'http://repo.or.cz/w/Config-Perl-V.git?a=snapshot;sf=tgz'
41 Copyright (C) 2009-2011 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.