File: Changes

package info (click to toggle)
libsort-versions-perl 1.62-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 99; makefile: 2
file content (100 lines) | stat: -rw-r--r-- 3,330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Revision history for Perl module Sort::Versions

1.62 2015-12-13 NEILB
    - Fixed Hack Kampbjørn's surname -- I'd previously switched the ø to an
      upper-case Ø -- thanks to pink-mist for pointing this out.
    - Updated github repo URL after changing my github username

1.61 2015-04-29 NEILB
    - Removed spaces from function prototype for versioncmp(). RT#103810
      Kerin Millar++
    - Added [MetaJSON] so the dist will get a META.json file

1.60 2014-06-13 NEILB
    - CPAN Testers hasn't reported any failures, so my first
      non-developer release.
    - Added SEE ALSO section to doc.

1.5_01 2014-06-11 NEILB

    - Switched to Dist::Zilla, moving Versions.pm into lib/Sort/ in the process
      This will address RT#83016 as a side effect.
    - Specified utf-8 encoding for pod, and put Hack's surname in UTF-8.
      RT#89433
    - Added separate COPYRIGHT AND LICENSE section in pod, in expected format.
    - Added github repo to pod.
    - Reformatted this file as per CPAN::Changes::Spec

1.5 2003-08-25 EDAVIS

    - mkdist: Changed to 'mkdist' written in Perl; now checks version
      numbers.

    - Makefile.PL: Removed DISTNAME - change to Perl standard
      convention of calling the package Sort-Versions-xxx.tar.gz.
      Though I don't know quite what DISTNAME did.

    - Makefile.PL: Get the version number from Versions.pm rather than
      hardcoding it in Makefile.PL.

    - Versions.pm: Removed CVS log; I'm not that keen on it, especially
      as most of the log messages were empty.

    - t/versions.t: Use Test::More (based on patch from mwj99).

    - t/versions.t: Added some more test cases and commented the
      existing tests.  I think this partly follows a patch from mwj99.


1.4 2002-03-10 EDAVIS

    - README: Some revisions and modernizing prompted by Matt's new
      version (although I didn't incorporate all his changes).

    - Versions.pm: Updated my email address.

    - t/versions.t: Added some tests for calling versioncmp directly,
      if perl >= 5.6.

    - Versions.pm: Made versions() deprecated, so versioncmp() is the
      routine to call.  Small code tidying.

    - t/versions.t: Run each test in package main and package Foo.

    - Versions.pm, t/versions.t: Applied patch from Slaven Rezic to let
      versions() work when called from a package other than main.  But
      this is not the final answer, I intend to deprecate versions() and
      move the code into versioncmp(), which has saner argument passing
      (not the magic $a and $b).


1.3 2002-01-29 EDAVIS

    - Versions.pm: Version 1.3: patch from Hack Kampbjørn for '-' digit
      groupings as well as '.'.

    - README: Added some rather lame examples of -.

    - t/versions.t: Added some tests for - digit grouping.


1.2 2001-07-28 EDAVIS

    - t/versions.t: Whoops - got the leading-zero tests the wrong way round.

    - README: Whoops - got the leading-zero examples the wrong way
      round in the README.

    - mkdist: Modified from Lingua::Preferred to Sort::Versions.

    - Versions.pm: Added $VERSION.

    - mkdist: Initial revision

    - t/versions.t: Added tests for leading-zero numeric comparisons.

    - Versions.pm: Added support for numeric comparisons where one
      version number has a leading zero.

    - README: Fixed spelling mistake.