the Pod::Man 2.04.
p4raw-id: //depot/perl@26457
@EXPORT = qw(test_harness pod2man perllocal_install uninstall
warn_if_old_packlist);
-$VERSION = '0.05';
+$VERSION = '0.05_01';
my $Is_VMS = $^O eq 'VMS';
# compatibility.
delete $options{lax};
- my $parser = Pod::Man->new(%options);
-
do {{ # so 'next' works
my ($pod, $man) = splice(@ARGV, 0, 2);
print "Manifying $man\n";
+ my $parser = Pod::Man->new(%options);
$parser->parse_from_file($pod, $man)
or do { warn("Could not install $man\n"); next };