The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 )