fix Pod::Html to recognize C<< > >> etc., and convert some pods
[p5sagit/p5-mst-13.2.git] / pod / pod2man.PL
index 68d0c42..4312e9f 100644 (file)
@@ -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__