diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-07 15:12:24 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-10-07 15:12:24 +0000 |
commit | 2e20e14f06deb037c08540fe454d89e37322092d (patch) | |
tree | 45bf642ee56e44754871aea0496c0054a0e66286 /pod/pod2man.PL | |
parent | b7c82df9d191173c7307ea4909787c2bf0058fe6 (diff) | |
download | perl-2e20e14f06deb037c08540fe454d89e37322092d.tar.gz |
update to podlators-0.08 from Russ Allbery
p4raw-id: //depot/perl@4307
Diffstat (limited to 'pod/pod2man.PL')
-rw-r--r-- | pod/pod2man.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/pod2man.PL b/pod/pod2man.PL index 68d0c42b1e..4312e9fbe3 100644 --- a/pod/pod2man.PL +++ b/pod/pod2man.PL @@ -69,7 +69,7 @@ if ($options{official} && !defined $options{center}) { } # Initialize and run the formatter. -my $parser = Pod::Man->new (\%options); +my $parser = Pod::Man->new (%options); $parser->parse_from_file (@ARGV); __END__ |