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 )