File: Changes

package info (click to toggle)
liblib-relative-perl 1.002-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 180; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 684 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
1.002     2023-07-23 21:17:44 EDT
  - Fix checking whether symlinks are available for testing on Win32 and msys (#4, genio)

1.001     2022-06-15 14:13:17 EDT
  - Skip symlink tests on msys as symlinks are broken on this platform (#2, pauloscustodio)

1.000     2019-03-18 17:45:50 EDT
  - Stable release

0.999     2019-03-01 13:49:33 EST (TRIAL RELEASE)
  - Now uses Cwd::abs_path to resolve __FILE__, so in the rare case where
    __FILE__ is a symlink, lib paths will be loaded relative to the target file
    and not the symlink.

0.002     2017-07-08 00:46:56 EDT
  - Stable release

0.001     2017-06-26 20:31:05 EDT (TRIAL RELEASE)
  - Trial release, to determine portability