descriptionStructured data retreival of perl -V output
ownerh.merijn@procura.nl
last changeWed, 11 Jan 2012 07:59:09 +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
2012-01-11 H.Merijn BrandUpdate copyright to 2012 master
2011-09-08 H.Merijn BrandMake all my ChangeLog's look more or less the same
2011-09-07 H.Merijn BrandNAME / DISTNAME in Makefile.PL v0.14
2011-09-07 H.Merijn BrandUpped copyright to 2011
2011-09-07 H.Merijn Brandmore perls to test with v0.13
2011-09-07 H.Merijn BrandMake minimal version checks subtests
2011-09-07 H.Merijn BrandMore cross-checks for META data
2010-08-11 H.Merijn BrandSpell check on creating dist
2010-06-07 H.Merijn BrandSome spelling fixes
2010-03-16 H.Merijn Brandbleadperl does not have Test::NoWarnings v0.12
2010-03-16 H.Merijn BrandYAML dropped to spec 1.0 (RT#55614)
2010-03-15 H.Merijn BrandUpped copyright to 2010 v0.11
2010-01-21 H.Merijn BrandAdd USE_PERL_ATOF to the list of -V's compile-time...
2010-01-05 H.Merijn BrandAdd USE_ATTRIBUTES_FOR_PERLIO
2009-12-17 H.Merijn Brandosname in {build} can be different from {config} (OpenB...
2009-09-24 H.Merijn BrandAdd PERL_IS_MINIPERL to the list of -V's compile-time... v0.10
...
tags
4 months ago v0.14
4 months ago v0.13
22 months ago v0.12
22 months ago v0.11
2 years ago v0.10
2 years ago v0.04
2 years ago v0.03
2 years ago v0.02
2 years ago v0.01
heads
3 weeks ago master