;;; 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:
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 ();
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;
$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;
=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 $';
######################################################################
=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;
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;