summaryrefslogtreecommitdiff
path: root/devel/p5-CPAN-Meta-Requirements
AgeCommit message (Collapse)AuthorFilesLines
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-01-01Update to 2.140wen2-8/+7
Upstream changes: 2.140 2015-12-12 16:17:15-05:00 America/New_York - no changes from 2.139 2.139 2015-12-11 12:42:44-05:00 America/New_York (TRIAL RELEASE) - expanded dist.ini from author bundle to individual plugins 2.138 2015-07-13 22:32:37-04:00 America/New_York (TRIAL RELEASE) - repackage with fixed tests 2.137 2015-07-09 09:53:32-04:00 America/New_York (TRIAL RELEASE) - much better error messages, explaining what conflicted and how 2.136 2015-06-08 21:35:27-06:00 America/Denver (TRIAL RELEASE) [FIXED] - 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') 2.135 2015-05-19 13:15:35-04:00 America/New_York (TRIAL RELEASE) [TESTING] - Skips impossible tests on Perls earlier than 5.8.0 (before v-string magic). 2.134 2015-04-18 13:20:56+02:00 Europe/Berlin (TRIAL RELEASE) [ADDED] - Added method for getting structured requirements
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-03-01Update to 2.133mef2-6/+6
--------------- 2.133 2015-02-22 06:35:34-05:00 America/New_York [FIXED] - In fixing preservation of "0.00", some Module => 0 optimizations were lost; this restores those optimizations
2015-01-26Update 2.130 to 2.132mef2-6/+6
--------------------- 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-23Update to 2.130:wiz2-6/+6
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-16Update to 2.129:wiz2-6/+6
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-04Update to 2.128wen2-6/+6
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-15Update to 2.125. From the changelog:schmonz2-7/+6
- 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-29Bump for perl-5.20.0.wiz1-2/+2
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-31Bump all packages for perl-5.18, thatwiz1-2/+2
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-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-07-05fixing typo (<= into <), bumping revisionsno1-3/+3
2012-07-05Add conflict with p5-CPAN-Meta before p5-CPAN-Meta-Requirements split outsno1-1/+4
2012-07-05Importing CPAN module CPAN::Meta::Requirements version 2.122 intosno3-0/+30
devel/p5-CPAN-Meta-Requirements to satisfy upcoming import of Dist::Zilla module. A CPAN::Meta::Requirements object models a set of version constraints like those specified in the META.yml or META.json files in CPAN distributions. It can be built up by adding more and more constraints, and it will reduce them to the simplest representation. Logically impossible constraints will be identified immediately by thrown exceptions.