pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-enum
Module Name:    pkgsrc
Committed By:   hiramatsu
Date:           Fri Aug  1 11:26:21 UTC 2014
Modified Files:
        pkgsrc/devel/p5-enum: Makefile distinfo
Log Message:
Update devel/p5-num to 1.09.
PKGVERSION is set to 1.090 because it should be larger than 1.016.
Changes from previous:
----------------------
1.09 2014-05-26 NEILB
    - Added some more modules to the SEE ALSO section
    - Various documentation improvements
    - Added github repo to the pod
1.08 2014-05-06 NEILB
    - Changed how the constants are defined, to deal with a change in 5.19.3
      "Closures of the form "sub () { $some_variable }" are no longer
       inlined, causing changes to the variable to be ignored by callers of
       the subroutine. [perl #79908]"
      RT#95387 - thanks to Slaven Rezic.
    - Changed use of \d to [0-9]
1.07 2014-04-10 NEILB
    - Playing with Devel::Cover, starting to improve coverage of testsuite
    - Added testsuite for hex and octal index values, and _ in long numbers
    - Added testsuite for bitmask wrap-around cases
1.06 2014-01-25 NEILB
    - Specified MIN_PERL_VERSION as 5.006 in Makefile.PL
    - Changed the COPYRIGHT section to COPYRIGHT AND LICENSE
      so Kwalitee / CPANTS would see it.
    - Added 'warnings' to PREREQ_PM
1.05 2013-09-06 NEILB
    - I'd got two versions wrong when merging the history information
      from the pod into Changes. As a result the previous release was
      failing conformance with CPAN::Changes::Spec
1.04 2013-09-05 NEILB
    - Bumped version so I can release, now the offending CORBA-IDL
      release has been deleted from CPAN.
1.03 2013-09-02 NEILB
    - Added links to enumeration modules in SEE ALSO section.
    - Failed to index, due to clash with Enum module in CORBA-IDL
1.02 2013-09-01 NEILB
    - Added links to other modules and my review, in SEE ALSO
    - Failed to index, due to clash with PAUSE permissions for Enum module
1.016_01 2013-08-27 NEILB
    - Neil Bowers (NEILB) has taken over maintenance from Byron (thanks Byron!)
    - Reformatted this file (Changes) as per CPAN::Changes::Spec
    - Some of the revision history was in this file, some was in the pod;
      I think I've merged them correctly.
    - Added licence and repository metadata to Makefile.PL
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-enum/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/p5-enum/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index