This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
misformatted perllocal.pod (from Tim Jenness
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 5 May 2000 02:24:46 +0000 (02:24 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 5 May 2000 02:24:46 +0000 (02:24 +0000)
<t.jenness@jach.hawaii.edu>)

p4raw-id: //depot/perl@6071

lib/ExtUtils/MM_Unix.pm
lib/ExtUtils/MM_Win32.pm

index 4c8da33..da22552 100644 (file)
@@ -3496,7 +3496,7 @@ MOD_INSTALL = $(PERL) -I$(INST_LIB) -I$(PERL_LIB) -MExtUtils::Install \
 -e "install({@ARGV},'$(VERBINST)',0,'$(UNINST)');"
 
 DOC_INSTALL = $(PERL) -e '$$\="\n\n";' \
--e 'print "=head2 ", scalar(localtime), ": C<", shift, ">", " L<", shift, ">";' \
+-e 'print "=head2 ", scalar(localtime), ": C<", shift, ">", " L<", $$arg=shift, "|", $$arg, ">";' \
 -e 'print "=over 4";' \
 -e 'while (defined($$key = shift) and defined($$val = shift)){print "=item *";print "C<$$key: $$val>";}' \
 -e 'print "=back";'
index e08c679..7f40ff7 100644 (file)
@@ -684,7 +684,7 @@ MOD_INSTALL = $(PERL) -I$(INST_LIB) -I$(PERL_LIB) -MExtUtils::Install \
 -e "install({ @ARGV },'$(VERBINST)',0,'$(UNINST)');"
 
 DOC_INSTALL = $(PERL) -e "$$\=\"\n\n\";" \
--e "print '=head2 ', scalar(localtime), ': C<', shift, '>', ' L<', shift, '>';" \
+-e "print '=head2 ', scalar(localtime), ': C<', shift, '>', ' L<', $$arg=shift, '|', $$arg, '>';" \
 -e "print '=over 4';" \
 -e "while (defined($$key = shift) and defined($$val = shift)) { print '=item *';print 'C<', \"$$key: $$val\", '>'; }" \
 -e "print '=back';"