CCCP-ConfigXML
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'CCCP::ConfigXML',
VERSION_FROM => 'lib/CCCP/ConfigXML.pm',
PREREQ_PM => {
'XML::Bare' => 0,
'Hash::Merge::Simple' => 0,
'namespace::autoclean' => 0
},
($] >= 5.005 ? (AUTHOR => 'mr.Rico') : ()),
);
lib/CCCP/ConfigXML.pm view on Meta::CPAN
package CCCP::ConfigXML;
use strict;
use warnings;
use namespace::autoclean;
use XML::Bare;
use Hash::Merge::Simple qw(merge);
our $VERSION = '0.02';
my $singletone = undef;
$CCCP::ConfigXML::like_singletone = 0;
sub import {
my ($class, %param) = @_;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.818 second using v1.00-cache-2.02-grep-82fe00e-cpan-c98054f2a92 )