Move vms/ext/DCLsym and vms/ext/Stdio to ext/VMS-DCLsym and ext/VMS-Stdio.
Craig A. Berry [Thu, 3 Sep 2009 15:20:19 +0000 (10:20 -0500)]
13 files changed:
MANIFEST
Porting/Maintainers.pl
ext/VMS-DCLsym/0README.txt [moved from vms/ext/DCLsym/0README.txt with 100% similarity]
ext/VMS-DCLsym/DCLsym.pm [moved from vms/ext/DCLsym/DCLsym.pm with 100% similarity]
ext/VMS-DCLsym/DCLsym.xs [moved from vms/ext/DCLsym/DCLsym.xs with 100% similarity]
ext/VMS-DCLsym/Makefile.PL [moved from vms/ext/DCLsym/Makefile.PL with 100% similarity]
ext/VMS-DCLsym/t/vms_dclsym.t [moved from vms/ext/DCLsym/test.pl with 100% similarity]
ext/VMS-Stdio/0README.txt [moved from vms/ext/Stdio/0README.txt with 100% similarity]
ext/VMS-Stdio/Makefile.PL [moved from vms/ext/Stdio/Makefile.PL with 100% similarity]
ext/VMS-Stdio/Stdio.pm [moved from vms/ext/Stdio/Stdio.pm with 100% similarity]
ext/VMS-Stdio/Stdio.xs [moved from vms/ext/Stdio/Stdio.xs with 100% similarity]
ext/VMS-Stdio/t/vms_stdio.t [moved from vms/ext/Stdio/test.pl with 100% similarity]
vms/descrip_mms.template

index 76e641c..15ea967 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1736,6 +1736,16 @@ ext/Unicode-Normalize/t/proto.t  Unicode::Normalize
 ext/Unicode-Normalize/t/split.t        Unicode::Normalize
 ext/Unicode-Normalize/t/test.t Unicode::Normalize
 ext/Unicode-Normalize/t/tie.t  Unicode::Normalize
+ext/VMS-DCLsym/0README.txt     ReadMe file for VMS::DCLsym
+ext/VMS-DCLsym/DCLsym.pm       Perl access to CLI symbols
+ext/VMS-DCLsym/DCLsym.xs       Perl access to CLI symbols
+ext/VMS-DCLsym/Makefile.PL     MakeMaker driver for VMS::DCLsym
+ext/VMS-DCLsym/t/vms_dclsym.t  regression tests for VMS::DCLsym
+ext/VMS-Stdio/0README.txt      ReadMe file for VMS::Stdio
+ext/VMS-Stdio/Makefile.PL      MakeMaker driver for VMS::Stdio
+ext/VMS-Stdio/Stdio.pm         VMS options to stdio routines
+ext/VMS-Stdio/Stdio.xs         VMS options to stdio routines
+ext/VMS-Stdio/t/vms_stdio.t    regression tests for VMS::Stdio
 ext/Win32API-File/buffers.h    Win32API::File extension
 ext/Win32API-File/cFile.h      Win32API::File extension
 ext/Win32API-File/cFile.pc     Win32API::File extension
@@ -4494,18 +4504,8 @@ vmesa/Makefile                   VM/ESA Makefile
 vmesa/vmesa.c                  VM/ESA-specific C code for Perl core
 vmesa/vmesaish.h               VM/ESA-specific C header for Perl core
 vms/descrip_mms.template       Template MM[SK] description file for build
-vms/ext/DCLsym/0README.txt     ReadMe file for VMS::DCLsym
-vms/ext/DCLsym/DCLsym.pm       Perl access to CLI symbols
-vms/ext/DCLsym/DCLsym.xs       Perl access to CLI symbols
-vms/ext/DCLsym/Makefile.PL     MakeMaker driver for VMS::DCLsym
-vms/ext/DCLsym/test.pl         regression tests for VMS::DCLsym
 vms/ext/Filespec.pm            VMS-Unix file syntax interconversion
 vms/ext/filespec.t             See if VMS::Filespec functions work
-vms/ext/Stdio/0README.txt      ReadMe file for VMS::Stdio
-vms/ext/Stdio/Makefile.PL      MakeMaker driver for VMS::Stdio
-vms/ext/Stdio/Stdio.pm         VMS options to stdio routines
-vms/ext/Stdio/Stdio.xs         VMS options to stdio routines
-vms/ext/Stdio/test.pl          regression tests for VMS::Stdio
 vms/genopt.com                 hack to write options files in case of broken makes
 vms/gen_shrfls.pl              generate options files and glue for shareable image
 vms/make_command.com           record MM[SK] command used to build Perl
index c549d7c..7007d79 100755 (executable)
@@ -1926,6 +1926,22 @@ package Maintainers;
        'UPSTREAM'      => undef,
        },
 
+    'VMS::DCLsym' =>
+       {
+       'MAINTAINER'    => 'craig',
+       'FILES'         => q[ext/VMS-DCLsym],
+       'CPAN'          => 0,
+       'UPSTREAM'      => undef,
+       },
+
+    'VMS::Stdio' =>
+       {
+       'MAINTAINER'    => 'craig',
+       'FILES'         => q[ext/VMS-Stdio],
+       'CPAN'          => 0,
+       'UPSTREAM'      => undef,
+       },
+
     'warnings' =>
        {
        'MAINTAINER'    => 'pmqs',
index b1d9a2e..e133168 100644 (file)
@@ -1453,12 +1453,6 @@ perly$(O) : perly.c, perly.h, $(h)
 [.t.lib]vmsfspec.t : [.vms.ext]filespec.t
        Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET)
 
-[.t.lib]vms_dclsym.t : [.vms.ext.DCLsym]test.pl
-       Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET)
-
-[.t.lib]vms_stdio.t : [.vms.ext.Stdio]test.pl
-       Copy/NoConfirm/Log $(MMS$SOURCE) $(MMS$TARGET)
-
 unpack_files :
        - $(MINIPERL) uupacktool.pl -u -m
 
@@ -1468,12 +1462,12 @@ cleanup_unpacked_files :
 check : test
        @ Continue
 
-test : all [.t.lib]vmsfspec.t [.t.lib]vms_dclsym.t [.t.lib]vms_stdio.t unpack_files
+test : all [.t.lib]vmsfspec.t unpack_files
        @ PERL_TEST_DRIVER == "TEST."
        - @[.vms]test.com "$(E)" "$(__DEBUG__)"
        @ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests.
 
-test_harness : all [.t.lib]vmsfspec.t [.t.lib]vms_dclsym.t [.t.lib]vms_stdio.t unpack_files
+test_harness : all [.t.lib]vmsfspec.t unpack_files
        @ PERL_TEST_DRIVER == "harness."
        - @[.vms]test.com "$(E)" "$(__DEBUG__)"
        @ $(MINIPERL) -e "print ""Ran tests"";" > [.t]rantests.
@@ -1922,8 +1916,6 @@ realclean : clean
        - If F$Search("[.t]test_state.").nes."" Then Delete/NoConfirm/Log [.t]test_state.;*
        - If F$Search("[.t.lib]vmsfspec.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vmsfspec.t;*
        - If F$Search("[.t.lib]vmsish.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vmsish.t;*
-       - If F$Search("[.t.lib]vms_dclsym.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vms_dclsym.t;*
-       - If F$Search("[.t.lib]vms_stdio.t").nes."" Then Delete/NoConfirm/Log [.t.lib]vms_stdio.t;*
        - If F$Search("vmspipe.com").nes."" Then Delete/NoConfirm/Log vmspipe.com;*
 
 cleansrc : clean