cvsuser 05/03/08 14:52:10
Modified: config/auto byteorder.pl cgoto.pl env.pl format.pl
funcptr.pl gc.pl gcc.pl headers.pl perldoc.pl
snprintf.pl
config/gen config_h.pl config_pm.pl core_pmcs.pl cpu.pl
icu.pl makefiles.pl parrot_include.pl platform.pl
config/gen/cpu/i386 auto.pl
config/init data.pl headers.pl hints.pl manifest.pl
miniparrot.pl optimize.pl
config/inter charset.pl encoding.pl exp.pl ops.pl pmc.pl
progs.pl types.pl
Log:
Applied patch from RT#32278 and removed some more
shebank lines from *.pl files in 'config'.
Thanks to James deBoer.
Revision Changes Path
1.4 +1 -2 parrot/config/auto/byteorder.pl
Index: byteorder.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/byteorder.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- byteorder.pl 14 Nov 2004 21:14:32 -0000 1.3
+++ byteorder.pl 8 Mar 2005 22:52:05 -0000 1.4
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: byteorder.pl,v 1.3 2004/11/14 21:14:32 brentdax Exp $
+# $Id: byteorder.pl,v 1.4 2005/03/08 22:52:05 bernhard Exp $
=head1 NAME
1.22 +1 -2 parrot/config/auto/cgoto.pl
Index: cgoto.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/cgoto.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- cgoto.pl 5 Mar 2005 22:47:42 -0000 1.21
+++ cgoto.pl 8 Mar 2005 22:52:05 -0000 1.22
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2005 The Perl Foundation. All Rights Reserved.
-# $Id: cgoto.pl,v 1.21 2005/03/05 22:47:42 bernhard Exp $
+# $Id: cgoto.pl,v 1.22 2005/03/08 22:52:05 bernhard Exp $
=head1 NAME
1.6 +1 -2 parrot/config/auto/env.pl
Index: env.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/env.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- env.pl 14 Nov 2004 21:14:32 -0000 1.5
+++ env.pl 8 Mar 2005 22:52:05 -0000 1.6
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: env.pl,v 1.5 2004/11/14 21:14:32 brentdax Exp $
+# $Id: env.pl,v 1.6 2005/03/08 22:52:05 bernhard Exp $
=head1 NAME
1.4 +1 -2 parrot/config/auto/format.pl
Index: format.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/format.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- format.pl 26 Feb 2004 00:43:02 -0000 1.3
+++ format.pl 8 Mar 2005 22:52:05 -0000 1.4
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: format.pl,v 1.3 2004/02/26 00:43:02 mikescott Exp $
+# $Id: format.pl,v 1.4 2005/03/08 22:52:05 bernhard Exp $
=head1 NAME
1.6 +1 -2 parrot/config/auto/funcptr.pl
Index: funcptr.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/funcptr.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- funcptr.pl 14 Nov 2004 21:14:32 -0000 1.5
+++ funcptr.pl 8 Mar 2005 22:52:05 -0000 1.6
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: funcptr.pl,v 1.5 2004/11/14 21:14:32 brentdax Exp $
+# $Id: funcptr.pl,v 1.6 2005/03/08 22:52:05 bernhard Exp $
=head1 NAME
1.10 +1 -2 parrot/config/auto/gc.pl
Index: gc.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/gc.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gc.pl 2 Feb 2005 12:23:26 -0000 1.9
+++ gc.pl 8 Mar 2005 22:52:05 -0000 1.10
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2005 The Perl Foundation. All Rights Reserved.
-# $Id: gc.pl,v 1.9 2005/02/02 12:23:26 leo Exp $
+# $Id: gc.pl,v 1.10 2005/03/08 22:52:05 bernhard Exp $
=head1 NAME
1.23 +1 -2 parrot/config/auto/gcc.pl
Index: gcc.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/gcc.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- gcc.pl 8 Mar 2005 15:43:43 -0000 1.22
+++ gcc.pl 8 Mar 2005 22:52:05 -0000 1.23
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: gcc.pl,v 1.22 2005/03/08 15:43:43 leo Exp $
+# $Id: gcc.pl,v 1.23 2005/03/08 22:52:05 bernhard Exp $
=head1 NAME
1.19 +1 -2 parrot/config/auto/headers.pl
Index: headers.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/headers.pl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- headers.pl 8 Oct 2004 22:01:06 -0000 1.18
+++ headers.pl 8 Mar 2005 22:52:05 -0000 1.19
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: headers.pl,v 1.18 2004/10/08 22:01:06 jrieks Exp $
+# $Id: headers.pl,v 1.19 2005/03/08 22:52:05 bernhard Exp $
=head1 NAME
1.3 +1 -1 parrot/config/auto/perldoc.pl
Index: perldoc.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/perldoc.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perldoc.pl 23 Nov 2004 02:14:47 -0000 1.2
+++ perldoc.pl 8 Mar 2005 22:52:05 -0000 1.3
@@ -1,5 +1,5 @@
-#! perl -w
# Copyright: 2001-2004 The Perl Foundation. All Rights Reserved.
+# $Id: perldoc.pl,v 1.3 2005/03/08 22:52:05 bernhard Exp $
=head1 NAME
1.2 +1 -2 parrot/config/auto/snprintf.pl
Index: snprintf.pl
===================================================================
RCS file: /cvs/public/parrot/config/auto/snprintf.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- snprintf.pl 28 Sep 2004 08:51:45 -0000 1.1
+++ snprintf.pl 8 Mar 2005 22:52:05 -0000 1.2
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: snprintf.pl,v 1.1 2004/09/28 08:51:45 leo Exp $
+# $Id: snprintf.pl,v 1.2 2005/03/08 22:52:05 bernhard Exp $
=head1 NAME
1.14 +1 -2 parrot/config/gen/config_h.pl
Index: config_h.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/config_h.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- config_h.pl 31 May 2004 11:54:52 -0000 1.13
+++ config_h.pl 8 Mar 2005 22:52:07 -0000 1.14
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: config_h.pl,v 1.13 2004/05/31 11:54:52 leo Exp $
+# $Id: config_h.pl,v 1.14 2005/03/08 22:52:07 bernhard Exp $
=head1 NAME
1.10 +1 -2 parrot/config/gen/config_pm.pl
Index: config_pm.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/config_pm.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- config_pm.pl 1 Aug 2004 09:33:42 -0000 1.9
+++ config_pm.pl 8 Mar 2005 22:52:07 -0000 1.10
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: config_pm.pl,v 1.9 2004/08/01 09:33:42 leo Exp $
+# $Id: config_pm.pl,v 1.10 2005/03/08 22:52:07 bernhard Exp $
=head1 NAME
1.18 +1 -2 parrot/config/gen/core_pmcs.pl
Index: core_pmcs.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/core_pmcs.pl,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- core_pmcs.pl 27 Jun 2004 15:29:44 -0000 1.17
+++ core_pmcs.pl 8 Mar 2005 22:52:07 -0000 1.18
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: core_pmcs.pl,v 1.17 2004/06/27 15:29:44 leo Exp $
+# $Id: core_pmcs.pl,v 1.18 2005/03/08 22:52:07 bernhard Exp $
=head1 NAME
1.3 +1 -2 parrot/config/gen/cpu.pl
Index: cpu.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/cpu.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cpu.pl 25 Apr 2004 15:21:53 -0000 1.2
+++ cpu.pl 8 Mar 2005 22:52:07 -0000 1.3
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2004 The Perl Foundation. All Rights Reserved.
-# $Id: cpu.pl,v 1.2 2004/04/25 15:21:53 leo Exp $
+# $Id: cpu.pl,v 1.3 2005/03/08 22:52:07 bernhard Exp $
=head1 NAME
1.25 +1 -2 parrot/config/gen/icu.pl
Index: icu.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/icu.pl,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- icu.pl 10 Oct 2004 20:52:07 -0000 1.24
+++ icu.pl 8 Mar 2005 22:52:07 -0000 1.25
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: icu.pl,v 1.24 2004/10/10 20:52:07 jrieks Exp $
+# $Id: icu.pl,v 1.25 2005/03/08 22:52:07 bernhard Exp $
=head1 NAME
1.42 +1 -2 parrot/config/gen/makefiles.pl
Index: makefiles.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/makefiles.pl,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- makefiles.pl 2 Feb 2005 12:23:27 -0000 1.41
+++ makefiles.pl 8 Mar 2005 22:52:07 -0000 1.42
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2005 The Perl Foundation. All Rights Reserved.
-# $Id: makefiles.pl,v 1.41 2005/02/02 12:23:27 leo Exp $
+# $Id: makefiles.pl,v 1.42 2005/03/08 22:52:07 bernhard Exp $
=head1 NAME
1.15 +1 -2 parrot/config/gen/parrot_include.pl
Index: parrot_include.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/parrot_include.pl,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- parrot_include.pl 28 May 2004 09:40:50 -0000 1.14
+++ parrot_include.pl 8 Mar 2005 22:52:07 -0000 1.15
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: parrot_include.pl,v 1.14 2004/05/28 09:40:50 leo Exp $
+# $Id: parrot_include.pl,v 1.15 2005/03/08 22:52:07 bernhard Exp $
=head1 NAME
1.20 +1 -2 parrot/config/gen/platform.pl
Index: platform.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/platform.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- platform.pl 8 Oct 2004 09:45:01 -0000 1.19
+++ platform.pl 8 Mar 2005 22:52:07 -0000 1.20
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: platform.pl,v 1.19 2004/10/08 09:45:01 jrieks Exp $
+# $Id: platform.pl,v 1.20 2005/03/08 22:52:07 bernhard Exp $
=head1 NAME
1.5 +1 -2 parrot/config/gen/cpu/i386/auto.pl
Index: auto.pl
===================================================================
RCS file: /cvs/public/parrot/config/gen/cpu/i386/auto.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- auto.pl 5 May 2004 07:27:43 -0000 1.4
+++ auto.pl 8 Mar 2005 22:52:08 -0000 1.5
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2004 The Perl Foundation. All Rights Reserved.
-# $Id: auto.pl,v 1.4 2004/05/05 07:27:43 leo Exp $
+# $Id: auto.pl,v 1.5 2005/03/08 22:52:08 bernhard Exp $
=head1 NAME
1.40 +1 -4 parrot/config/init/data.pl
Index: data.pl
===================================================================
RCS file: /cvs/public/parrot/config/init/data.pl,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- data.pl 21 Feb 2005 10:54:42 -0000 1.39
+++ data.pl 8 Mar 2005 22:52:08 -0000 1.40
@@ -1,7 +1,5 @@
-#! perl -w
-
# Copyright: 2001-2005 The Perl Foundation. All Rights Reserved.
-# $Id: data.pl,v 1.39 2005/02/21 10:54:42 leo Exp $
+# $Id: data.pl,v 1.40 2005/03/08 22:52:08 bernhard Exp $
=head1 NAME
@@ -332,4 +330,3 @@
=cut
1;
-
1.9 +1 -2 parrot/config/init/headers.pl
Index: headers.pl
===================================================================
RCS file: /cvs/public/parrot/config/init/headers.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- headers.pl 2 Feb 2005 12:23:28 -0000 1.8
+++ headers.pl 8 Mar 2005 22:52:08 -0000 1.9
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: headers.pl,v 1.8 2005/02/02 12:23:28 leo Exp $
+# $Id: headers.pl,v 1.9 2005/03/08 22:52:08 bernhard Exp $
=head1 NAME
1.10 +1 -2 parrot/config/init/hints.pl
Index: hints.pl
===================================================================
RCS file: /cvs/public/parrot/config/init/hints.pl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hints.pl 27 Mar 2004 01:33:07 -0000 1.9
+++ hints.pl 8 Mar 2005 22:52:08 -0000 1.10
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: hints.pl,v 1.9 2004/03/27 01:33:07 brentdax Exp $
+# $Id: hints.pl,v 1.10 2005/03/08 22:52:08 bernhard Exp $
=head1 NAME
1.6 +1 -2 parrot/config/init/manifest.pl
Index: manifest.pl
===================================================================
RCS file: /cvs/public/parrot/config/init/manifest.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- manifest.pl 26 Feb 2004 00:43:07 -0000 1.5
+++ manifest.pl 8 Mar 2005 22:52:08 -0000 1.6
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: manifest.pl,v 1.5 2004/02/26 00:43:07 mikescott Exp $
+# $Id: manifest.pl,v 1.6 2005/03/08 22:52:08 bernhard Exp $
=head1 NAME
1.6 +1 -2 parrot/config/init/miniparrot.pl
Index: miniparrot.pl
===================================================================
RCS file: /cvs/public/parrot/config/init/miniparrot.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- miniparrot.pl 8 Mar 2004 08:49:15 -0000 1.5
+++ miniparrot.pl 8 Mar 2005 22:52:08 -0000 1.6
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: miniparrot.pl,v 1.5 2004/03/08 08:49:15 brentdax Exp $
+# $Id: miniparrot.pl,v 1.6 2005/03/08 22:52:08 bernhard Exp $
=head1 NAME
1.5 +1 -2 parrot/config/init/optimize.pl
Index: optimize.pl
===================================================================
RCS file: /cvs/public/parrot/config/init/optimize.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- optimize.pl 25 Mar 2004 15:42:41 -0000 1.4
+++ optimize.pl 8 Mar 2005 22:52:08 -0000 1.5
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: optimize.pl,v 1.4 2004/03/25 15:42:41 leo Exp $
+# $Id: optimize.pl,v 1.5 2005/03/08 22:52:08 bernhard Exp $
=head1 NAME
1.3 +1 -2 parrot/config/inter/charset.pl
Index: charset.pl
===================================================================
RCS file: /cvs/public/parrot/config/inter/charset.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- charset.pl 28 Feb 2005 15:10:56 -0000 1.2
+++ charset.pl 8 Mar 2005 22:52:09 -0000 1.3
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: charset.pl,v 1.2 2005/02/28 15:10:56 leo Exp $
+# $Id: charset.pl,v 1.3 2005/03/08 22:52:09 bernhard Exp $
=head1 NAME
1.2 +1 -2 parrot/config/inter/encoding.pl
Index: encoding.pl
===================================================================
RCS file: /cvs/public/parrot/config/inter/encoding.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- encoding.pl 4 Nov 2004 18:37:22 -0000 1.1
+++ encoding.pl 8 Mar 2005 22:52:09 -0000 1.2
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: encoding.pl,v 1.1 2004/11/04 18:37:22 dan Exp $
+# $Id: encoding.pl,v 1.2 2005/03/08 22:52:09 bernhard Exp $
=head1 NAME
1.3 +2 -3 parrot/config/inter/exp.pl
Index: exp.pl
===================================================================
RCS file: /cvs/public/parrot/config/inter/exp.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- exp.pl 26 Feb 2004 00:43:11 -0000 1.2
+++ exp.pl 8 Mar 2005 22:52:09 -0000 1.3
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: exp.pl,v 1.2 2004/02/26 00:43:11 mikescott Exp $
+# $Id: exp.pl,v 1.3 2005/03/08 22:52:09 bernhard Exp $
=head1 NAME
@@ -39,4 +38,4 @@
Configure::Data->set(expnetworking => $net);
}
-1;
\ No newline at end of file
+1;
1.6 +1 -2 parrot/config/inter/ops.pl
Index: ops.pl
===================================================================
RCS file: /cvs/public/parrot/config/inter/ops.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ops.pl 26 Feb 2004 00:43:11 -0000 1.5
+++ ops.pl 8 Mar 2005 22:52:09 -0000 1.6
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: ops.pl,v 1.5 2004/02/26 00:43:11 mikescott Exp $
+# $Id: ops.pl,v 1.6 2005/03/08 22:52:09 bernhard Exp $
=head1 NAME
1.19 +1 -2 parrot/config/inter/pmc.pl
Index: pmc.pl
===================================================================
RCS file: /cvs/public/parrot/config/inter/pmc.pl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pmc.pl 1 Nov 2004 12:28:47 -0000 1.18
+++ pmc.pl 8 Mar 2005 22:52:10 -0000 1.19
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: pmc.pl,v 1.18 2004/11/01 12:28:47 leo Exp $
+# $Id: pmc.pl,v 1.19 2005/03/08 22:52:10 bernhard Exp $
=head1 NAME
1.20 +1 -2 parrot/config/inter/progs.pl
Index: progs.pl
===================================================================
RCS file: /cvs/public/parrot/config/inter/progs.pl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- progs.pl 8 Oct 2004 09:45:03 -0000 1.19
+++ progs.pl 8 Mar 2005 22:52:10 -0000 1.20
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: progs.pl,v 1.19 2004/10/08 09:45:03 jrieks Exp $
+# $Id: progs.pl,v 1.20 2005/03/08 22:52:10 bernhard Exp $
=head1 NAME
1.4 +1 -2 parrot/config/inter/types.pl
Index: types.pl
===================================================================
RCS file: /cvs/public/parrot/config/inter/types.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- types.pl 16 Jul 2004 09:08:59 -0000 1.3
+++ types.pl 8 Mar 2005 22:52:10 -0000 1.4
@@ -1,6 +1,5 @@
-#! perl -w
# Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-# $Id: types.pl,v 1.3 2004/07/16 09:08:59 brentdax Exp $
+# $Id: types.pl,v 1.4 2005/03/08 22:52:10 bernhard Exp $
=head1 NAME