macro
view release on metacpan or search on metacpan
lib/macro.pm view on Meta::CPAN
414243444546474849505152535455565758596061
return
;
}
sub
backend{
return
$backend
;
}
sub
new :method{
my
(
$class
) =
@_
;
return
bless
{} =>
$class
;
}
sub
defmacro :method{
my
$self
=
shift
;
while
(
my
(
$name
,
$macro
) =
splice
@_
, 0, 2){
if
( !
defined
(
$name
) || !
defined
(
$macro
) ){
warnings::warnif(
'Illigal declaration of macro'
);
next
;
}
( run in 0.241 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )