diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-06-17 11:49:39 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-07-02 15:57:20 +0200 |
commit | 2d11a7e9678a8894622d2af2943f9976d913f4c9 (patch) | |
tree | 3649747723da0e2ec971152c37f1e184d431c332 /MANIFEST | |
parent | 81e6213c638d987f9b2078f8c3166d1f99b3d973 (diff) | |
download | perl-2d11a7e9678a8894622d2af2943f9976d913f4c9.tar.gz |
Move VMS::Filespec from vms/ext to ext/
This simplifies the VMS Makefile. It would have simplified the VMS Makefile
further if it had had the correct rules to delete [.lib.VMS]Filespec.pm
which are now no longer needed. (The generated ext/VMS-Filespec/DESCRIP.MMS
will now take care of this.)
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3808,6 +3808,8 @@ 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-Filespec/lib/VMS/Filespec.pm VMS-Unix file syntax interconversion +ext/VMS-Filespec/t/filespec.t See if VMS::Filespec functions work 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 @@ -5453,8 +5455,6 @@ utils/splain.PL Stand-alone version of diagnostics.pm utils/xsubpp.PL External subroutine preprocessor utils/zipdetails.PL display the internal structure of zip files vms/descrip_mms.template Template MM[SK] description file for build -vms/ext/Filespec.pm VMS-Unix file syntax interconversion -vms/ext/filespec.t See if VMS::Filespec functions work 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 |