Macro-Simple
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
383940414243444546474849505152535455565758
},
},
"version"
=> 0.003,
};
my
%dynamic_config
;
do
{
if
( $] ge 5.014000 ) {
$meta
->{prereqs}{runtime}{requires}{
'Parse::Keyword'
} =
'0.09'
;
$meta
->{prereqs}{runtime}{requires}{
'PPI'
} =
'1.270'
;
$meta
->{prereqs}{runtime}{requires}{
'Sub::Boolean'
} =
'1.000000'
;
}
};
my
%WriteMakefileArgs
= (
ABSTRACT
=>
$meta
->{abstract},
AUTHOR
=> (
$EUMM
>= 6.5702 ?
$meta
->{author} :
$meta
->{author}[0]),
lib/Macro/Simple.pm view on Meta::CPAN
34567891011121314151617181920212223use
warnings;
package
Macro::Simple;
our
$AUTHORITY
=
'cpan:TOBYINK'
;
our
$VERSION
=
'0.003'
;
use
Carp;
$] ge 5.014000 and
);
sub
import
{
my
(
$class
,
$macros
) = (
shift
,
@_
);
my
$caller
=
caller
;
( run in 0.308 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )