descriptionStructured data retreival of perl -V output
ownerh.merijn@procura.nl
last changeFri, 24 May 2013 14:49:36 +0000
Push URLssh://repo.or.cz/srv/git/Config-Perl-V.git
Content tags:
Add:
readme
Config::Perl::V A module that will return you the output of 'perl -V' in a structure. DESCRIPTION The command 'perl -V' will return you an excerpt from the %Config hash combined with the output of 'perl -V' that is not stored inside %Config, but only available to the perl binary itself. PREREQUISITES A working perl BUILDING AND INSTALLATION As most perl modules $ perl Makefile.PL $ make test $ make install UNINST=1 CHANGES See Changelog COPYRIGHT AND LICENSE Copyright (C) 2009 H.Merijn Brand This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
shortlog
36 hours ago H.Merijn Brand... New test for 5.18.0 -V output master v0.18
2 days ago H.Merijn Brand... New versions to test against
2 days ago H.Merijn Brand... Sync up to 5.19.0
2013-04-14 H.Merijn Brand... The Lancaster Consensus changes the META-2.0 to 1.4...
2013-02-17 H.Merijn Brand... No need to require Test::Harness
2013-02-17 H.Merijn Brand... Support for using uninstalled Test::NoWarnings (RT...
2013-02-17 H.Merijn Brand... Fixed typo in META (Chorny)
2013-02-14 H.Merijn Brand... Update META checker
2013-02-10 H.Merijn Brand... This is 0.17 v0.17
2013-02-10 H.Merijn Brand... Deal with spaces in patch descriptions
2013-01-25 H.Merijn Brand... Prevent tar paxheaders (perlmonks.org/?node_id=1004571) v0.16
2013-01-25 H.Merijn Brand... Update list of known symbols to 5.17.8
2013-01-25 H.Merijn Brand... Update copyright to 2013
2013-01-25 H.Merijn Brand... We can also test with clang compiled perl
2013-01-25 H.Merijn Brand... meta modernization
2012-06-20 H.Merijn BrandConfigReader::Simple allows splitting long lines
...
tags
36 hours ago v0.18
3 months ago v0.17
3 months ago v0.16
11 months ago v0.15
20 months ago v0.14
20 months ago v0.13
3 years ago v0.12
3 years ago v0.11
3 years ago v0.10
3 years ago v0.04
4 years ago v0.03
4 years ago v0.02
4 years ago v0.01
heads
36 hours ago master