Commit Graph

12 Commits

Author SHA1 Message Date
Paul Howarth 848dd954a5 Update to 2.140
- New upstream release 2.140
  - Added method for getting structured requirements
  - Skips impossible tests on Perls earlier than 5.8.0 (before v-string magic)
  - On Perls before 5.8.1, pad 1-part and 2-part literal v-strings to avoid old
    version.pm bugs with v-strings less than 3 characters
  - Protect internal _isa_version from non-refs that pass ->isa('version')
  - Much better error messages, explaining what conflicted and how
  - Repackage with fixed tests
  - Expanded dist.ini from author bundle to individual plugins
2015-12-14 12:05:16 +00:00
Paul Howarth 2b96511278 Update to 2.133
- New upstream release 2.133
  - In fixing preservation of "0.00", some Module => 0 optimizations were lost;
    this restores those optimizations
2015-02-23 09:16:14 +00:00
Paul Howarth e947996ee5 Update to 2.132
- New upstream release 2.132
  - Precision of version requirement "0.00" is preserved when merging
    requirements
2015-01-23 16:30:09 +00:00
Paul Howarth 7f0fb9468f Update to 2.131
- New upstream release 2.131
  - Merging Module => 0 into requirements is now optimized
  - Scalar::Utils removed as a prerequisite
2014-12-24 12:06:10 +00:00
Paul Howarth b3971df42a Update to 2.130
- New upstream release 2.130
  - from_string_hash can take optional constructor arguments
  - bad_version_hook callback gets module name as well as version string
  - undefined/empty versions given to from_string_hash or
    add_string_requirement now carp and are coerced to "0" instead of being
    fatal; this is more consistent with how the other requirement functions
    work
- Provide six-digit version in a more robust way
2014-11-20 11:33:27 +00:00
Paul Howarth 664160b217 Update to 2.129
- New upstream release 2.129
  - from_string_hash can now accept v-strings as hash values
2014-11-14 10:51:43 +00:00
Petr Písař 78ddd340e9 2.128 bump 2014-09-18 10:49:50 +02:00
Paul Howarth 54387edb11 Update to 2.126
- New upstream release 2.126
  - Fixed compatibility with version.pm 0.77
  - Minor documentation fixes
  - Modernized distribution meta files
- Use %license
2014-07-31 12:30:58 +01:00
Paul Howarth 02ca4fbec5 Update to 2.125
- New upstream release 2.125
  - On Perls prior to v5.12, CPAN::Meta::Requirements will force UNINST=1 when
    necessary to remove stale copies from ExtUtils::MakeMaker
  - Updated Makefile.PL logic to support PERL_NO_HIGHLANDER
- README.PATCHING renamed to CONTRIBUTING
- Classify buildreqs by usage
- Add note about logically-impossible constraints to %description
2014-03-28 11:18:27 +00:00
Iain Arnell db72c02170 update to 2.122 2012-05-07 18:06:05 -06:00
Iain Arnell f70b3dc315 initial import (rhbz#808886) 2012-04-02 07:57:17 -06:00
Fedora Release Engineering ac092fa536 Initial setup of the repo 2012-04-02 13:26:26 +00:00