Author: bernhard
Date: Mon May  1 02:51:59 2006
New Revision: 12474

Modified:
   trunk/config/auto/signal.pm
   trunk/config/gen/config_pm/Config_pm.in
   trunk/config/gen/cpu/i386/auto.pm
   trunk/config/gen/makefiles/dynoplibs_pl.in
   trunk/config/gen/makefiles/root.in
   trunk/config/gen/parrot_include.pm
   trunk/config/gen/platform.pm
   trunk/config/inter/charset.pm
   trunk/config/inter/encoding.pm
   trunk/src/dynpmc/perlnum.pmc

Log:
s/\.pl/.pm/ in comments, or generated comments,
in config subsystem.


Modified: trunk/config/auto/signal.pm
==============================================================================
--- trunk/config/auto/signal.pm (original)
+++ trunk/config/auto/signal.pm Mon May  1 02:51:59 2006
@@ -1,4 +1,4 @@
-# Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
+# Copyright: 2001-2006 The Perl Foundation.  All Rights Reserved.
 # $Id$
 
 =head1 NAME
@@ -73,7 +73,7 @@
     print O <<"EOF";
 # DO NOT EDIT THIS FILE.
 #
-# This file is generated automatically by config/auto/signal.pl
+# This file is generated automatically by config/auto/signal.pm
 #
 # Any changes made here will be lost.
 #

Modified: trunk/config/gen/config_pm/Config_pm.in
==============================================================================
--- trunk/config/gen/config_pm/Config_pm.in     (original)
+++ trunk/config/gen/config_pm/Config_pm.in     Mon May  1 02:51:59 2006
@@ -4,7 +4,7 @@
 
 =head1 DESCRIPTION
 
-This file is generated by F<config/gen/config_pm.pl> from
+This file is generated by F<config/gen/config_pm.pm> from
 F<config/gen/config_pm/Config_pm.in>. It contains the C<%PConfig> hash which is
 exported.
 

Modified: trunk/config/gen/cpu/i386/auto.pm
==============================================================================
--- trunk/config/gen/cpu/i386/auto.pm   (original)
+++ trunk/config/gen/cpu/i386/auto.pm   Mon May  1 02:51:59 2006
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-config/gen/cpu/i386/auto.pl
+config/gen/cpu/i386/auto.pm
 
 =head1 DESCRIPTION
 

Modified: trunk/config/gen/makefiles/dynoplibs_pl.in
==============================================================================
--- trunk/config/gen/makefiles/dynoplibs_pl.in  (original)
+++ trunk/config/gen/makefiles/dynoplibs_pl.in  Mon May  1 02:51:59 2006
@@ -1,4 +1,4 @@
-# Copyright: 2001-2005 The Perl Foundation.  All Rights Reserved.
+# Copyright: 2001-2006 The Perl Foundation.  All Rights Reserved.
 # $Id: dynoplibs_pl.in 10975 2006-01-08 00:42:47Z jonathan $
 
 =head1 NAME
@@ -7,7 +7,7 @@
 
 =head1 DESCRIPTION
 
-This file is generated by F<config/gen/makefiles.pl> from
+This file is generated by F<config/gen/makefiles.pm> from
 F<config/gen/makefiles/dynopslibs_pl.in>.  This script is used for building
 dynamic op libraries.
 

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in  (original)
+++ trunk/config/gen/makefiles/root.in  Mon May  1 02:51:59 2006
@@ -161,7 +161,7 @@
 LD_SHARE_FLAGS  = @ld_share_flags@
 LD_LOAD_FLAGS   = @ld_load_flags@
 
-# generated by config/init/headers.pl
+# generated by config/init/headers.pm
 NONGEN_HEADERS  = @TEMP_nongen_headers@
 
 ###############################################################################
@@ -233,7 +233,7 @@
     $(OPS_DIR)/core_ops.c \
     $(OPS_DIR)/core_ops_switch.c
 
-# most of these are generated by config/gen/parrot_include.pl
+# most of these are generated by config/gen/parrot_include.pm
 
 GEN_PASM_INCLUDES = \
     runtime/parrot/include/signal.pasm \

Modified: trunk/config/gen/parrot_include.pm
==============================================================================
--- trunk/config/gen/parrot_include.pm  (original)
+++ trunk/config/gen/parrot_include.pm  Mon May  1 02:51:59 2006
@@ -77,7 +77,7 @@
 # DO NOT EDIT THIS FILE.
 #
 # This file is generated automatically from
-# $f by config/gen/parrot_include.pl
+# $f by config/gen/parrot_include.pm
 #
 # Any changes made here will be lost.
 #

Modified: trunk/config/gen/platform.pm
==============================================================================
--- trunk/config/gen/platform.pm        (original)
+++ trunk/config/gen/platform.pm        Mon May  1 02:51:59 2006
@@ -73,7 +73,7 @@
 **
 ** DO NOT EDIT THIS FILE
 **
-** Generated by config/gen/platform.pl
+** Generated by config/gen/platform.pm
 */
 
 END_HERE
@@ -154,7 +154,7 @@
 **
 ** DO NOT EDIT THIS FILE
 **
-** Generated by config/gen/platform.pl
+** Generated by config/gen/platform.pm
 */
 END_HERE
 

Modified: trunk/config/inter/charset.pm
==============================================================================
--- trunk/config/inter/charset.pm       (original)
+++ trunk/config/inter/charset.pm       Mon May  1 02:51:59 2006
@@ -53,7 +53,7 @@
 
     my $TEMP_charset_build = <<"E_NOTE";
 
-# the following part of the Makefile was built by 'config/inter/charset.pl'
+# the following part of the Makefile was built by 'config/inter/charset.pm'
 
 E_NOTE
 

Modified: trunk/config/inter/encoding.pm
==============================================================================
--- trunk/config/inter/encoding.pm      (original)
+++ trunk/config/inter/encoding.pm      Mon May  1 02:51:59 2006
@@ -53,7 +53,7 @@
 
     my $TEMP_encoding_build = <<"E_NOTE";
 
-# the following part of the Makefile was built by 'config/inter/encoding.pl'
+# the following part of the Makefile was built by 'config/inter/encoding.pm'
 
 E_NOTE
 

Modified: trunk/src/dynpmc/perlnum.pmc
==============================================================================
--- trunk/src/dynpmc/perlnum.pmc        (original)
+++ trunk/src/dynpmc/perlnum.pmc        Mon May  1 02:51:59 2006
@@ -1,5 +1,5 @@
 /*
-Copyright: 2001-2003 The Perl Foundation.  All Rights Reserved.
+Copyright: 2001-2006 The Perl Foundation.  All Rights Reserved.
 $Id$
 
 =head1 NAME

Reply via email to