diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-07-24 08:12:56 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-07-24 08:12:56 +0200 |
commit | 2a6dc37471bea77f0c24fd1fe90c598a270c9968 (patch) | |
tree | 534ffd8a5b0080e486d91631c9002ba47c874894 /hints | |
parent | 52a9a866c79d0cc70f5d2074dd80a3d52797f03a (diff) | |
download | perl-2a6dc37471bea77f0c24fd1fe90c598a270c9968.tar.gz |
Move PathTools from cpan/ to dist/
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 f7f80538c1..f4f1f25702 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. # -# cpan/Cwd/Cwd.t will complain if `pwd` and cwd don't give +# dist/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 b73b305d09..6ee9821ebc 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 (../cpan/Cwd/t/cwd.t at line 88) +# Failed test (../dist/Cwd/t/cwd.t at line 88) # when running tests under harness, try the simple expedient of # changing to directory |