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
commit2e20e14f06deb037c08540fe454d89e37322092d (patch)
tree45bf642ee56e44754871aea0496c0054a0e66286 /pod/pod2man.PL
parentb7c82df9d191173c7307ea4909787c2bf0058fe6 (diff)
downloadperl-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.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__