NAME
Pan::Macro
SYNOPSIS
use Pan::Macro;
my $macro = Pan::Macro->new( 'FOO', 'BAR', 'BAZ' );
my $foo = $macro->apply( $file );
METHODS
apply( $file )
Apply macros in $file ( in input order at object construction )
Pan::Macro
use Pan::Macro;
my $macro = Pan::Macro->new( 'FOO', 'BAR', 'BAZ' );
my $foo = $macro->apply( $file );
Apply macros in $file ( in input order at object construction )