module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
Add HOMEPAGE pointing into search.cpan.org.
Change log:
0.90 Tue Aug 31 22:34:50 CDT 2004
- On VMS, directories use vmspath() and files use vmsify(), so
rel2abs() has to use some 'educated guessing' when dealing with
paths containing slashes. [Craig A. Berry]
0.89 Sun Aug 29 19:02:32 CDT 2004
- Fixed some pathological cases on VMS which broke canonpath() and
splitdir(). [Richard Levitte and Craig A. Berry]
- Fixed rel2abs() on VMS when passed a unix-style relative
path. [Craig A. Berry]
0.88 Thu Jul 22 23:14:32 CDT 2004
- rel2abs() on Win32 will now use the new Cwd::getdcwd() function, so
that things like rel2abs('D:foo.txt') work properly when the
current drive isn't 'D'. This requires Cwd version 2.18.
[Steve Hay]
- Got rid of a redundant double-backslash in a character
class. [Alexander Farber]
- Added much markup to pod for enhanced readability. [Andy Lester]
0.87 Fri Dec 19 08:03:28 CST 2003
- With a one-line change in the tests, backported to perl 5.004.
[Issue reported by Barry Kemble]