2015-01-26 07:57:14 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 2.130 to 2.132
---------------------
2.132 2015-01-22 17:09:19-05:00 America/New_York
[FIXED]
- Precision of version requirement "0.00" is preserved when merging
requirements.
2.131 2014-12-23 15:04:19-05:00 America/New_York
[ENHANCEMENTS]
- Merging Module => 0 into requirements is now optimized
[PREREQS]
- Scalar::Utils removed as a prerequisite
|
2014-11-23 14:04:48 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.130:
2.130 2014-11-19 23:25:46-05:00 America/New_York
[ADDED]
- from_string_hash can take optional constructor arguments
[CHANGED]
- 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.
|
2014-11-16 13:13:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 2.129:
2.129 2014-11-13 16:28:45-05:00 America/New_York
[FIXED]
- from_string_hash can now accept v-strings as hash values
|
2014-10-04 15:35:02 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.128
Upstream changes:
2.128 2014-09-06 00:04:22-04:00 America/New_York
[FIXED]
- Throws an error at compile time if neither version nor
the ExtUtils::MakeMaker bootstrap are available
2.127 2014-09-04 22:17:44-04:00 America/New_York
[FIXED]
- Works around limitations in version::vpp detecting v-string magic
[PREREQS]
- Requires version.pm 0.88 in metadata, but code should work with any
version of version.pm
- Adds support for forthcoming ExtUtils::MakeMaker bootstrap version.pm
for Perls older than 5.10.0
2.126 2014-07-30 16:26:29-04:00 America/New_York
[FIXED]
- Fixed compatibility with version.pm 0.77
[DOCUMENTED]
- Minor documentation fixes
[CHANGED]
- Modernized distribution meta files
|
2014-07-15 22:53:29 by Amitai Schlair | Files touched by this commit (2) | |
Log message:
Update to 2.125. From the changelog:
- updated Makefile.PL logic to support PERL_NO_HIGHLANDER
- Better fix than 2.123. On old perls, rather than install into
'core', we continue to install into the proper 'site' library,
but force UNINST=1 when necessary to remove stale copies
from ExtUtils::MakeMaker
- On Perls prior to v5.12, CPAN::Meta::Requirements will be installed
into the 'core' library path to avoid an older version bundled with
ExtUtils::MakeMaker and installed there taking precedence.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-07-05 18:36:45 by Jens Rehsack | Files touched by this commit (1) |
Log message:
fixing typo (<= into <), bumping revision
|