Author: fperrad
Date: Sun Nov 27 23:45:03 2005
New Revision: 10204
Modified:
trunk/config/auto/aio.pm
trunk/config/auto/alignptrs.pm
trunk/config/auto/bc.pm
trunk/config/auto/byteorder.pm
trunk/config/auto/cgoto.pm
trunk/config/auto/env.pm
trunk/config/auto/format.pm
trunk/config/auto/funcptr.pm
trunk/config/auto/gc.pm
trunk/config/auto/gcc.pm
trunk/config/auto/gdbm.pm
trunk/config/auto/gmp.pm
trunk/config/auto/headers.pm
trunk/config/auto/inline.pm
trunk/config/auto/memalign.pm
trunk/config/auto/pack.pm
trunk/config/auto/signal.pm
trunk/config/auto/sizes.pm
trunk/config/auto/snprintf.pm
trunk/config/auto/va_ptr.pm
trunk/config/gen/config_h.pm
trunk/config/gen/core_pmcs.pm
trunk/config/gen/cpu.pm
trunk/config/gen/icu.pm
trunk/config/gen/makefiles.pm
trunk/config/gen/parrot_include.pm
trunk/config/gen/platform.pm
trunk/config/gen/revision.pm
trunk/config/init/headers.pm
trunk/config/init/hints.pm
trunk/config/init/manifest.pm
trunk/config/init/miniparrot.pm
trunk/config/init/optimize.pm
trunk/config/inter/charset.pm
trunk/config/inter/encoding.pm
trunk/config/inter/exp.pm
trunk/config/inter/lex.pm
trunk/config/inter/ops.pm
trunk/config/inter/progs.pm
trunk/config/inter/shlibs.pm
trunk/config/inter/types.pm
trunk/config/inter/yacc.pm
Log:
Update POD (filename .pl -> .pm)
Modified: trunk/config/auto/aio.pm
==============================================================================
--- trunk/config/auto/aio.pm (original)
+++ trunk/config/auto/aio.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/aio.pl - Test for AIO
+config/auto/aio.pm - Test for AIO
=head1 DESCRIPTION
Modified: trunk/config/auto/alignptrs.pm
==============================================================================
--- trunk/config/auto/alignptrs.pm (original)
+++ trunk/config/auto/alignptrs.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/alignptrs.pl - pointer alignment
+config/auto/alignptrs.pm - pointer alignment
=head1 DESCRIPTION
Modified: trunk/config/auto/bc.pm
==============================================================================
--- trunk/config/auto/bc.pm (original)
+++ trunk/config/auto/bc.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/bc.pl - Check whether GNU bc works
+config/auto/bc.pm - Check whether GNU bc works
=head1 DESCRIPTION
Modified: trunk/config/auto/byteorder.pm
==============================================================================
--- trunk/config/auto/byteorder.pm (original)
+++ trunk/config/auto/byteorder.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/byteorder.pl - Native Byteorder
+config/auto/byteorder.pm - Native Byteorder
=head1 DESCRIPTION
Modified: trunk/config/auto/cgoto.pm
==============================================================================
--- trunk/config/auto/cgoto.pm (original)
+++ trunk/config/auto/cgoto.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/cgoto.pl - Computed C<goto>
+config/auto/cgoto.pm - Computed C<goto>
=head1 DESCRIPTION
Modified: trunk/config/auto/env.pm
==============================================================================
--- trunk/config/auto/env.pm (original)
+++ trunk/config/auto/env.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/env.pl - System Environment
+config/auto/env.pm - System Environment
=head1 DESCRIPTION
Modified: trunk/config/auto/format.pm
==============================================================================
--- trunk/config/auto/format.pm (original)
+++ trunk/config/auto/format.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/format.pl - Sprintf Formats
+config/auto/format.pm - Sprintf Formats
=head1 DESCRIPTION
Modified: trunk/config/auto/funcptr.pm
==============================================================================
--- trunk/config/auto/funcptr.pm (original)
+++ trunk/config/auto/funcptr.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/funcptr.pl - Function Pointer Casts
+config/auto/funcptr.pm - Function Pointer Casts
=head1 DESCRIPTION
Modified: trunk/config/auto/gc.pm
==============================================================================
--- trunk/config/auto/gc.pm (original)
+++ trunk/config/auto/gc.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/gc.pl - Garbage Collection
+config/auto/gc.pm - Garbage Collection
=head1 DESCRIPTION
Modified: trunk/config/auto/gcc.pm
==============================================================================
--- trunk/config/auto/gcc.pm (original)
+++ trunk/config/auto/gcc.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/gcc.pl - GNU C Compiler
+config/auto/gcc.pm - GNU C Compiler
=head1 DESCRIPTION
Modified: trunk/config/auto/gdbm.pm
==============================================================================
--- trunk/config/auto/gdbm.pm (original)
+++ trunk/config/auto/gdbm.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/gdbm.pl - Test for GNU dbm (gdbm) library
+config/auto/gdbm.pm - Test for GNU dbm (gdbm) library
=head1 DESCRIPTION
Modified: trunk/config/auto/gmp.pm
==============================================================================
--- trunk/config/auto/gmp.pm (original)
+++ trunk/config/auto/gmp.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/gmp.pl - Test for GNU MP (GMP) Math library
+config/auto/gmp.pm - Test for GNU MP (GMP) Math library
=head1 DESCRIPTION
Modified: trunk/config/auto/headers.pm
==============================================================================
--- trunk/config/auto/headers.pm (original)
+++ trunk/config/auto/headers.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/headers.pl - C headers
+config/auto/headers.pm - C headers
=head1 DESCRIPTION
Modified: trunk/config/auto/inline.pm
==============================================================================
--- trunk/config/auto/inline.pm (original)
+++ trunk/config/auto/inline.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/inline.pl - Inline Compiler Support
+config/auto/inline.pm - Inline Compiler Support
=head1 DESCRIPTION
Modified: trunk/config/auto/memalign.pm
==============================================================================
--- trunk/config/auto/memalign.pm (original)
+++ trunk/config/auto/memalign.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/memalign.pl - Memory Alignment
+config/auto/memalign.pm - Memory Alignment
=head1 DESCRIPTION
Modified: trunk/config/auto/pack.pm
==============================================================================
--- trunk/config/auto/pack.pm (original)
+++ trunk/config/auto/pack.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/pack.pl - Packing
+config/auto/pack.pm - Packing
=head1 DESCRIPTION
Modified: trunk/config/auto/signal.pm
==============================================================================
--- trunk/config/auto/signal.pm (original)
+++ trunk/config/auto/signal.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/signal.pl - Signals
+config/auto/signal.pm - Signals
=head1 DESCRIPTION
Modified: trunk/config/auto/sizes.pm
==============================================================================
--- trunk/config/auto/sizes.pm (original)
+++ trunk/config/auto/sizes.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/sizes.pl - Various Sizes
+config/auto/sizes.pm - Various Sizes
=head1 DESCRIPTION
Modified: trunk/config/auto/snprintf.pm
==============================================================================
--- trunk/config/auto/snprintf.pm (original)
+++ trunk/config/auto/snprintf.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/snprintf.pl - Test for snprintf
+config/auto/snprintf.pm - Test for snprintf
=head1 DESCRIPTION
Modified: trunk/config/auto/va_ptr.pm
==============================================================================
--- trunk/config/auto/va_ptr.pm (original)
+++ trunk/config/auto/va_ptr.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/va_ptr.pl - va_list to va_ptr conversion test
+config/auto/va_ptr.pm - va_list to va_ptr conversion test
=head1 DESCRIPTION
Modified: trunk/config/gen/config_h.pm
==============================================================================
--- trunk/config/gen/config_h.pm (original)
+++ trunk/config/gen/config_h.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/gen/config_h.pl - Configuration Header
+config/gen/config_h.pm - Configuration Header
=head1 DESCRIPTION
Modified: trunk/config/gen/core_pmcs.pm
==============================================================================
--- trunk/config/gen/core_pmcs.pm (original)
+++ trunk/config/gen/core_pmcs.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/gen/file.pl - Core PMC List
+config/gen/core_pmcs.pm - Core PMC List
=head1 DESCRIPTION
Modified: trunk/config/gen/cpu.pm
==============================================================================
--- trunk/config/gen/cpu.pm (original)
+++ trunk/config/gen/cpu.pm Sun Nov 27 23:45:03 2005
@@ -3,11 +3,11 @@
=head1 NAME
-config/gen/cpu.pl - CPU specific Files
+config/gen/cpu.pm - CPU specific Files
=head1 DESCRIPTION
-Runs C<&run_cpu()> in F<config/gen/cpu/${cpuarch}/auto.pl> if it exists.
+Runs C<&run_cpu()> in F<config/gen/cpu/${cpuarch}/auto.pm> if it exists.
=cut
Modified: trunk/config/gen/icu.pm
==============================================================================
--- trunk/config/gen/icu.pm (original)
+++ trunk/config/gen/icu.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/gen/icu.pl - ICU
+config/gen/icu.pm - ICU
=head1 DESCRIPTION
Modified: trunk/config/gen/makefiles.pm
==============================================================================
--- trunk/config/gen/makefiles.pm (original)
+++ trunk/config/gen/makefiles.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/gen/makefiles.pl - Build files
+config/gen/makefiles.pm - Build files
=head1 DESCRIPTION
Modified: trunk/config/gen/parrot_include.pm
==============================================================================
--- trunk/config/gen/parrot_include.pm (original)
+++ trunk/config/gen/parrot_include.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/gen/parrot_include.pl - Runtime Includes
+config/gen/parrot_include.pm - Runtime Includes
=head1 DESCRIPTION
Modified: trunk/config/gen/platform.pm
==============================================================================
--- trunk/config/gen/platform.pm (original)
+++ trunk/config/gen/platform.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/gen/platform.pl - Platform Files
+config/gen/platform.pm - Platform Files
=head1 DESCRIPTION
Modified: trunk/config/gen/revision.pm
==============================================================================
--- trunk/config/gen/revision.pm (original)
+++ trunk/config/gen/revision.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/gen/revision.pl - Parrot's configure revision
+config/gen/revision.pm - Parrot's configure revision
=head1 DESCRIPTION
Modified: trunk/config/init/headers.pm
==============================================================================
--- trunk/config/init/headers.pm (original)
+++ trunk/config/init/headers.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/init/headers.pl - Nongenerated Headers
+config/init/headers.pm - Nongenerated Headers
=head1 DESCRIPTION
Modified: trunk/config/init/hints.pm
==============================================================================
--- trunk/config/init/hints.pm (original)
+++ trunk/config/init/hints.pm Sun Nov 27 23:45:03 2005
@@ -3,12 +3,12 @@
=head1 NAME
-config/init/hints.pl - Platform Hints
+config/init/hints.pm - Platform Hints
=head1 DESCRIPTION
Loads the platform and local hints files, modifying the defaults set up
-in F<config/init/data.pl>.
+in F<config/init/default.pm>.
=cut
Modified: trunk/config/init/manifest.pm
==============================================================================
--- trunk/config/init/manifest.pm (original)
+++ trunk/config/init/manifest.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/init/manifest.pl - MANIFEST Check
+config/init/manifest.pm - MANIFEST Check
=head1 DESCRIPTION
Modified: trunk/config/init/miniparrot.pm
==============================================================================
--- trunk/config/init/miniparrot.pm (original)
+++ trunk/config/init/miniparrot.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/init/miniparrot.pl - Miniparrot configuration
+config/init/miniparrot.pm - Miniparrot configuration
=head1 DESCRIPTION
Modified: trunk/config/init/optimize.pm
==============================================================================
--- trunk/config/init/optimize.pm (original)
+++ trunk/config/init/optimize.pm Sun Nov 27 23:45:03 2005
@@ -3,13 +3,13 @@
=head1 NAME
-config/init/optimize.pl - Optimization
+config/init/optimize.pm - Optimization
=head1 DESCRIPTION
Enables optimization by adding the appropriate flags for the local
platform to the C<CCFLAGS>.
-Should this be part of config/inter/progs.pl ? XXX
+Should this be part of config/inter/progs.pm ? XXX
=cut
Modified: trunk/config/inter/charset.pm
==============================================================================
--- trunk/config/inter/charset.pm (original)
+++ trunk/config/inter/charset.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/inter/charset.pl - charset files
+config/inter/charset.pm - charset files
=head1 DESCRIPTION
Modified: trunk/config/inter/encoding.pm
==============================================================================
--- trunk/config/inter/encoding.pm (original)
+++ trunk/config/inter/encoding.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/inter/encoding.pl - encoding files
+config/inter/encoding.pm - encoding files
=head1 DESCRIPTION
Modified: trunk/config/inter/exp.pm
==============================================================================
--- trunk/config/inter/exp.pm (original)
+++ trunk/config/inter/exp.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/inter/exp.pl - Experimental Systems
+config/inter/exp.pm - Experimental Systems
=head1 DESCRIPTION
Modified: trunk/config/inter/lex.pm
==============================================================================
--- trunk/config/inter/lex.pm (original)
+++ trunk/config/inter/lex.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/lex.pl - lexical analyzer generator
+config/auto/lex.pm - lexical analyzer generator
=head1 DESCRIPTION
Modified: trunk/config/inter/ops.pm
==============================================================================
--- trunk/config/inter/ops.pm (original)
+++ trunk/config/inter/ops.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/inter/ops.pl - Ops Files
+config/inter/ops.pm - Ops Files
=head1 DESCRIPTION
Modified: trunk/config/inter/progs.pm
==============================================================================
--- trunk/config/inter/progs.pm (original)
+++ trunk/config/inter/progs.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/inter/progs.pl - C Compiler and Linker
+config/inter/progs.pm - C Compiler and Linker
=head1 DESCRIPTION
Modified: trunk/config/inter/shlibs.pm
==============================================================================
--- trunk/config/inter/shlibs.pm (original)
+++ trunk/config/inter/shlibs.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/inter/shlibs.pl - Flags for shared libraries.
+config/inter/shlibs.pm - Flags for shared libraries.
=head1 DESCRIPTION
@@ -11,7 +11,7 @@ Asks the user which flags are needed for
code for use in shared libraries. Eventually, other
shared-library-related prompts may end up here.
-This is a separate unit from config/inter/progs.pl because the answers
+This is a separate unit from config/inter/progs.pm because the answers
depend on which compiler is in use. Thus it should come after the
gccversion test.
Modified: trunk/config/inter/types.pm
==============================================================================
--- trunk/config/inter/types.pm (original)
+++ trunk/config/inter/types.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/inter/types.pl - Sizes for Parrot Types
+config/inter/types.pm - Sizes for Parrot Types
=head1 DESCRIPTION
Modified: trunk/config/inter/yacc.pm
==============================================================================
--- trunk/config/inter/yacc.pm (original)
+++ trunk/config/inter/yacc.pm Sun Nov 27 23:45:03 2005
@@ -3,7 +3,7 @@
=head1 NAME
-config/auto/yacc.pl - parser generator
+config/auto/yacc.pm - parser generator
=head1 DESCRIPTION