descriptionStructured data retreival of perl -V output
ownerh.merijn@procura.nl
last changeThu, 21 Jan 2010 16:45:59 +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
2010-01-21 H.Merijn BrandAdd USE_PERL_ATOF to the list of -V's compile-time... master
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
2009-09-09 H.Merijn Brandpod fix (Jim Cromie)
2009-08-26 H.Merijn BrandRecommend perl-5.10.1 now it is available
2009-08-26 H.Merijn BrandTODO items showed up on a single line
2009-08-19 H.Merijn BrandAdd PERL_DISABLE_PMC to the list of -V's compile-time...
2009-07-01 H.Merijn BrandDrop config_args from signature as documented v0.04
2009-07-01 H.Merijn BrandAdded signature ()
2009-05-20 H.Merijn Brandtypo in genMETA
2009-05-20 H.Merijn BrandDefault for summary is myconfig
2009-04-05 H.Merijn Brandno dists in MANIFEST v0.03
2009-04-05 H.Merijn BrandAdd repo to README
2009-04-05 H.Merijn Brandtest under multiple versions
2009-04-05 H.Merijn Brandreconstruct version from perl-v output (dagolden)
...
tags
4 months ago v0.10
7 months ago v0.04
10 months ago v0.03
10 months ago v0.02
10 months ago v0.01
heads
2 weeks ago master