summaryrefslogtreecommitdiff
path: root/pod/pod2man.PL
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-10-07 15:12:24 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-10-07 15:12:24 +0000
commit3e30264344a3fa60d1ae90dc2b6ce1a37562f24f (patch)
tree45bf642ee56e44754871aea0496c0054a0e66286 /pod/pod2man.PL
parent1728e787b99db951666152b18a59f1f018c07968 (diff)
downloadperl-3e30264344a3fa60d1ae90dc2b6ce1a37562f24f.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.PL2
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__