App-plx
view release on metacpan or search on metacpan
bin/plx-packed view on Meta::CPAN
=cut
FILE_WHICH
$fatpacked{"local/lib.pm"} = '#line '.(1+__LINE__).' "'.__FILE__."\"\n".<<'LOCAL_LIB';
package local::lib;
use 5.006;
BEGIN {
if ($ENV{RELEASE_TESTING}) {
require strict;
strict->import;
require warnings;
warnings->import;
}
}
use Config ();
our $VERSION = '2.000024';
$VERSION = eval $VERSION;
BEGIN {
( run in 0.260 second using v1.01-cache-2.11-cpan-299005ec8e3 )