Skip to content

Commit

Permalink
filename param unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
wchristian committed Nov 8, 2011
1 parent 68188c8 commit 600db0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tags.t
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ use Pod::PseudoPod::DOM;


my $file = read_file( "test_file.pod" ); my $file = read_file( "test_file.pod" );
my $parser = Pod::PseudoPod::DOM->new( my $parser = Pod::PseudoPod::DOM->new(
formatter_role => 'Pod::PseudoPod::DOM::Role::LaTeX', formatter_role => 'Pod::PseudoPod::DOM::Role::LaTeX'
filename => 'D:\cpan\pod-pseudopod-dom\tags.t.tex',
); );
$parser->parse_string_document( $file ); $parser->parse_string_document( $file );
my $doc = $parser->get_document; my $doc = $parser->get_document;
Expand Down

0 comments on commit 600db0c

Please sign in to comment.