Perl 5.003 check-in
Malcolm Beattie [Fri, 28 Mar 1997 13:17:33 +0000 (13:17 +0000)]
p4raw-id: //depot/perl@1

config_h.SH [changed mode: 0755->0644]
configure [changed mode: 0644->0755]
emacs/cperl-mode.el
installman [changed mode: 0644->0755]
lib/ExtUtils/Install.pm
lib/ExtUtils/MM_Unix.pm
pod/pod2html.PL
t/comp/cpp.aux [changed mode: 0644->0755]
utils/c2ph.PL
utils/h2xs.PL
x2p/s2p.PL

old mode 100755 (executable)
new mode 100644 (file)
old mode 100644 (file)
new mode 100755 (executable)
index 5917d22..ae89997 100644 (file)
@@ -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:
 
old mode 100644 (file)
new mode 100755 (executable)
index 45bd2d7..5d7a9de 100644 (file)
@@ -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 ();
index 34cf76e..ca952c8 100644 (file)
@@ -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;
index 646190b..817df5d 100644 (file)
@@ -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 '<!-- $Id$ -->',"\n",'<HTML><HEAD>',"\n";
+           print HTML '<!-- $Id: pod2html.PL,v 1.1.1.1 1997/01/11 12:49:12 mbeattie Exp $ -->',"\n",'<HTML><HEAD>',"\n";
            print HTML "<CENTER>" unless $NO_NS;
            print HTML "<TITLE>$pod</TITLE>\n</HEAD>\n<BODY>";
            print HTML "</CENTER>" unless $NO_NS;
old mode 100644 (file)
new mode 100755 (executable)
index 219af02..6dc8dba 100644 (file)
@@ -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 $';
 
 
 ######################################################################
index f9868dc..6dfd4f5 100644 (file)
@@ -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;
index 29864b4..0d8ea37 100644 (file)
@@ -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;