File: Changes

package info (click to toggle)
libtest-filename-perl 0.03-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: perl: 107; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Revision history for Perl module Test::Filename

0.03      2013-01-31 16:13:17 America/New_York

    - Now converts both comparison arguments and does so with
      Path::Tiny to handle minor details like "./foo" being
      the same as "foo"

    - Converted distribution management to Dist::Zilla

0.02 Sat Oct  6 13:28:46 EDT 2007

    - Fixes bug on win32 (PIBK)

0.01 Sat Oct  6 11:00:40 EDT 2007

    - initial release with filename_is() and filename_isnt()