NAME
Config::Perl::V - Structured data retreival of perl -V output
SYNOPSIS
use Config::Perl::V;
my $local_config = Config::Perl::V::myconfig (); print $local_config->{config}{osname};
DESCRIPTION
myconfig ()
Currently the only function. Documentation will follow.
REASONING
This module was written to be able to return the configuration for the currently used perl as deeply as needed for the CPANTESTERS framework. Up until now they used the output of myconfig as a single text blob, and so it was missing the vital binary characteristics of the running perl and the optional applied patches.
BUGS
Please feedback what is wrong
TODO
* Implement retreival functions/methods * Document what is done and why * Include the perl -V parse block from Andreas
AUTHOR
H.Merijn Brand <h.m.brand@xs4all.nl>
COPYRIGHT AND LICENSE
Copyright (C) 1999-2009 H.Merijn Brand
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.