blob: f326e0b72224ab0cc938ea8df352a6d289b287f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
CHANGES for File::Spec
0.82 Wed Jun 28 11:24:05 EDT 2000
- Mac.pm: file_name_is_absolute( '' ) now returns TRUE on all platforms
- Spec.pm: unbreak C<$VERSION = '0.xx'> to be C<$VERSION = 0.xx>, so
underscores can be used when I want to update CPAN without anyone
needing to update the perl repository.
- abs2rel, rel2abs doc tweaks
- VMS.pm: get $path =~ /\s/ checks from perl repository.
- Makefile.PL: added INSTALLDIRS => 'perl', since these are std. modules.
- Remove vestigial context prototypes from &rel2abs until some future
arrives where method prototypes are honored.
|