File: Changes

package info (click to toggle)
libstring-parity-perl 1.34-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 122; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,030 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
Revision history for Perl module String::Parity

1.34 2015-11-06 NEILB
    - Removed the $VERSION from String/Parity.pm so that DZ can manage it.

1.33 2015-20-25 NEILB
    - Added [MetaJSON] to dist.ini so release tarballs will have META.json
    - Auto tag and push to github on release
    - Updated github repo URL in metadata and doc with new github username

1.32 2014-03-28 NEILB
    - Added "use warnings" and removed use of 'use vars'
    - Fixed pod abstract to follow usual convention
    - Updated author section and added COPYRIGHT AND LICENSE
    - Reformatted this file as per CPAN::Changes::Spec
    - Moved Parity.pm to lib/String/Parity.pm
    - Moved testsuite into t/ as String-Parity.t
    - Moved to Dist::Zilla
    - Min perl version 5.6.0
    - Added github repo to pod

1.31 1996-12-10 @winko
    - integrate MakeMaker

1.3 1995-11-12 @winko
    - included mark/space handling

1.2 1995-11-02 @winko
    - renamed to String::Parity

1.1 1995-11-02 @winko
    - original version; released as Text::Parity