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 /t | |
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 't')
-rw-r--r-- | t/porting/known_pod_issues.dat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index f725f585ce..1d0a625a6f 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -207,6 +207,7 @@ ext/pod-html/testdir/perlpodspec-copy.pod Verbatim line length including indents ext/pod-html/testdir/perlvar-copy.pod ? Should you be using L<...> instead of 3 ext/pod-html/testdir/perlvar-copy.pod Verbatim line length including indents exceeds 79 by 6 ext/vms-dclsym/dclsym.pm ? Should you be using L<...> instead of 1 +ext/vms-filespec/lib/vms/filespec.pm Verbatim line length including indents exceeds 79 by 1 install ? Should you be using F<...> or maybe L<...> instead of 1 os2/os2/os2-extattr/extattr.pm ? Should you be using F<...> or maybe L<...> instead of 1 os2/os2/os2-process/process.pm Verbatim line length including indents exceeds 79 by 27 @@ -268,7 +269,6 @@ porting/expand-macro.pl Verbatim line length including indents exceeds 79 by 2 porting/release_managers_guide.pod Verbatim line length including indents exceeds 79 by 7 porting/todo.pod Verbatim line length including indents exceeds 79 by 7 utils/c2ph Verbatim line length including indents exceeds 79 by 44 -vms/ext/filespec.pm Verbatim line length including indents exceeds 79 by 1 lib/benchmark.pm Verbatim line length including indents exceeds 79 by 2 lib/config.pod ? Should you be using L<...> instead of -1 lib/extutils/embed.pm Verbatim line length including indents exceeds 79 by 2 |