From: Malcolm Beattie Date: Fri, 28 Mar 1997 13:17:33 +0000 (+0000) Subject: Perl 5.003 check-in X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfe4554026dfe078c2d7c706ace0e327f16b2c05;p=p5sagit%2Fp5-mst-13.2.git Perl 5.003 check-in p4raw-id: //depot/perl@1 --- diff --git a/config_h.SH b/config_h.SH old mode 100755 new mode 100644 diff --git a/configure b/configure old mode 100644 new mode 100755 diff --git a/emacs/cperl-mode.el b/emacs/cperl-mode.el index 5917d22..ae89997 100644 --- a/emacs/cperl-mode.el +++ b/emacs/cperl-mode.el @@ -27,7 +27,7 @@ ;;; Corrections made by Ilya Zakharevich ilya@math.mps.ohio-state.edu ;;; XEmacs changes by Peter Arius arius@informatik.uni-erlangen.de -;; $Id: cperl-mode.el,v 1.20 1996/02/09 03:40:01 ilya Exp ilya $ +;; $Id: cperl-mode.el,v 1.1.1.1 1997/01/11 12:48:09 mbeattie Exp $ ;;; To use this mode put the following into your .emacs file: diff --git a/installman b/installman old mode 100644 new mode 100755 diff --git a/lib/ExtUtils/Install.pm b/lib/ExtUtils/Install.pm index 45bd2d7..5d7a9de 100644 --- a/lib/ExtUtils/Install.pm +++ b/lib/ExtUtils/Install.pm @@ -1,7 +1,7 @@ package ExtUtils::Install; -$VERSION = substr q$Revision: 1.12 $, 10; -# $Id: Install.pm,v 1.12 1996/06/23 20:46:07 k Exp $ +$VERSION = substr q$Revision: 1.1.1.1 $, 10; +# $Id: Install.pm,v 1.1.1.1 1997/01/11 12:48:51 mbeattie Exp $ use Exporter; use Carp (); diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 34cf76e..ca952c8 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -1,7 +1,7 @@ package ExtUtils::MM_Unix; -$VERSION = substr q$Revision: 1.101 $, 10; -# $Id: MM_Unix.pm,v 1.101 1996/06/23 20:51:18 k Exp k $ +$VERSION = substr q$Revision: 1.1.1.1 $, 10; +# $Id: MM_Unix.pm,v 1.1.1.1 1997/01/11 12:48:52 mbeattie Exp $ require Exporter; use Config; diff --git a/pod/pod2html.PL b/pod/pod2html.PL index 646190b..817df5d 100644 --- a/pod/pod2html.PL +++ b/pod/pod2html.PL @@ -116,7 +116,7 @@ for $count (0,1) { $html = $pod.".html"; if ($count) { # give us a html and rcs header open(HTML,">$html") || die "can't create $html: $ERRNO"; - print HTML '',"\n",'',"\n"; + print HTML '',"\n",'',"\n"; print HTML "
" unless $NO_NS; print HTML "$pod\n\n"; print HTML "
" unless $NO_NS; diff --git a/t/comp/cpp.aux b/t/comp/cpp.aux old mode 100644 new mode 100755 diff --git a/utils/c2ph.PL b/utils/c2ph.PL index 219af02..6dc8dba 100644 --- a/utils/c2ph.PL +++ b/utils/c2ph.PL @@ -255,7 +255,7 @@ Anyway, here it is. Should run on perl v4 or greater. Maybe less. =cut -$RCSID = '$Id: c2ph,v 1.7 95/10/28 10:41:47 tchrist Exp Locker: tchrist $'; +$RCSID = '$Id: c2ph.PL,v 1.1.1.1 1997/01/11 12:49:29 mbeattie Exp $'; ###################################################################### diff --git a/utils/h2xs.PL b/utils/h2xs.PL index f9868dc..6dfd4f5 100644 --- a/utils/h2xs.PL +++ b/utils/h2xs.PL @@ -157,7 +157,7 @@ The usual warnings if it can't read or write the files involved. =cut -my( $H2XS_VERSION ) = '$Revision: 1.16 $' =~ /\$Revision:\s+([^\s]+)/; +my( $H2XS_VERSION ) = '$Revision: 1.1.1.1 $' =~ /\$Revision:\s+([^\s]+)/; my $TEMPLATE_VERSION = '0.01'; use Getopt::Std; diff --git a/x2p/s2p.PL b/x2p/s2p.PL index 29864b4..0d8ea37 100644 --- a/x2p/s2p.PL +++ b/x2p/s2p.PL @@ -35,9 +35,12 @@ $Config{'startperl'} print OUT <<'!NO!SUBS!'; -# $RCSfile: s2p.SH,v $$Revision: 4.1 $$Date: 92/08/07 18:29:23 $ +# $RCSfile: s2p.PL,v $$Revision: 1.1.1.1 $$Date: 1997/01/11 12:49:38 $ +# +# $Log: s2p.PL,v $ +# Revision 1.1.1.1 1997/01/11 12:49:38 mbeattie +# 5.003 # -# $Log: s2p.SH,v $ $indent = 4; $shiftwidth = 4;