diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-27 10:09:53 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-29 05:45:55 +0100 |
commit | 1487a0398caad301d6ecd6979babb330fcee0c17 (patch) | |
tree | 0bece8a1fa686fd92a1b662751dc7001c4ccc660 /hints | |
parent | 5341b2b7ab11bc31f63ac7a675e74106418d0661 (diff) | |
download | perl-1487a0398caad301d6ecd6979babb330fcee0c17.tar.gz |
Move Cwd from ext/ to cpan/
Diffstat (limited to 'hints')
-rw-r--r-- | hints/qnx.sh | 2 | ||||
-rw-r--r-- | hints/uwin.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hints/qnx.sh b/hints/qnx.sh index 473815cae5..f7f80538c1 100644 --- a/hints/qnx.sh +++ b/hints/qnx.sh @@ -55,7 +55,7 @@ # they both point to the correct library, that is, # /usr/tcptk/current/usr/lib/socket3r.lib. # -# ext/Cwd/Cwd.t will complain if `pwd` and cwd don't give +# cpan/Cwd/Cwd.t will complain if `pwd` and cwd don't give # the same results. cwd calls `fullpath -t`, so if you # cd `fullpath -t` before running the test, it will # pass. diff --git a/hints/uwin.sh b/hints/uwin.sh index 5e50179e9f..b73b305d09 100644 --- a/hints/uwin.sh +++ b/hints/uwin.sh @@ -123,7 +123,7 @@ usevfork=false # got: '/E/users/jpl/src/cmd/perl/t' # expected: '/e/users/jpl/src/cmd/perl/t' -# Failed test (../ext/Cwd/t/cwd.t at line 88) +# Failed test (../cpan/Cwd/t/cwd.t at line 88) # when running tests under harness, try the simple expedient of # changing to directory |