2016-05-01 07:41:36 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.1800
Upstream changes:
2.1800 2016-04-30
[OTHER]
- an increased Data::OptList version has been added to recommended prereqs,
for greater speed. (Olivier Menguç, PR#123)
2.1705 2016-04-21 (TRIAL RELEASE)
[OTHER]
- build-time compiler sanity checking is now done with ExtUtils::HasCompiler
instead of ExtUtils::CBuilder.
2.1704 2016-04-13 (TRIAL RELEASE)
[BUG FIXES]
- Fixed method cache regeneration when a class contains a blessed sub
(RT#113704, Graham Knop, PR#122)
[TESTS]
- restore test on perl 5.8.x when Class::C3::XS is not installed (RT#113704)
2.1703 2016-04-12 (TRIAL RELEASE)
[TESTS]
- skip dysfunctional test on perl 5.8.x when Class::C3::XS is not installed
(RT#113704)
2.1702 2016-04-08 (TRIAL RELEASE)
[DOCUMENTATION]
- Moose::Meta::Attribute::Native::Trait::Array now documents the return
value for 'first_index' when there is no match (-1).
[OTHER]
- Moose::Exception's message attribute can now be any defined value, so as
to allow for objects with a stringification overload in place of a string.
2.1701 2016-04-07 (TRIAL RELEASE)
[OTHER]
- Fixed the last remaining use of List::MoreUtils (RT#113587)
2.1700 2016-04-06 (TRIAL RELEASE)
[OTHER]
- Moose::Exception now has a boolean overload. (Graham Knop, PR#119)
- All uses of List::MoreUtils have been removed, replaced by inlined forms
or equivalents in List::Util. (Graham Knop, PR#120)
|
2016-04-15 14:49:25 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add dependency on p5-namespace-autoclean. Bump PKGREVISION.
|
2016-02-17 15:24:04 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.1605
Upstream changes:
2.1605 2016-02-16
[DOCUMENTATION]
- Fixed references to test files that were renamed when their associated
documentation files were renamed in 2.0500 (RT#111898)
- Moose::Manual::Roles now contains a section on handling required
attributes in role application (thanks, Kent Fredric!)
- a few other, very minor, documentation fixes
|
2015-11-08 03:29:48 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.1604
Upstream changes:
2.1604 2015-11-07
[OTHER]
- minimum perl requirement is now set in configure-requires, as well as
runtime-requires, to ensure that smokers bail out early enough to declare
the installation N/A rather than FAIL.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
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-08-29 04:29:22 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.1603
Update DEPENDS
Upstream changes:
2.1603 2015-08-28
- No changes from 2.1602-TRIAL (other than a minor documentation tweak).
2.1602 2015-08-14 (TRIAL RELEASE)
[BUG FIXES]
- Replaced uses of overload::Overloaded with the new
Devel::OverloadInfo::is_overloaded (thanks, ilmari!) to work around more
issues with overload handling in older versions of perl.
2.1601 2015-08-10 (TRIAL RELEASE)
[BUG FIXES]
- Explicit boolean overload handling has been added to Class::MOP::Method
and Moose::Meta::Role::Method::Required, to work around a bug with the
handling of overload fallbacks on perl 5.8.x. In particular this fixes
issues observed in MooseX::MethodAttributes.
|
2015-08-01 04:20:20 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.1600
Upstream changes:
2.1600 2015-07-31
[DOCUMENTATION]
- Made all docs use =head2 and =head3 for methods/functions so that they
appear as part of the table of contents on MetaCPAN.
2.1501 2015-07-20 (TRIAL RELEASE)
[DOCUMENTATION]
- Added a new slideshow by Shawn M. Moore (sartak) to
Moose::Manual::Resources
- Documentation for exception classes has been rewritten, with
Moose::Manual::Exceptions::Manifest changing how it describes each class's
attributes and methods. (Dave Rolsky, PR#95)
[REVERSIONS]
- The change in 2.1500 to allow DOES to check delegated options has been
reverted. This turned out to have a variety of issues both in concept and
implementation; it will be refined further in MooseX::Does::Delegated.
[CHANGED]
- The name for an anonymous sub that is used in method modifiers (that shows
up in stack traces etc) now identifies the package and method being
modified. (Philipp Gortan, PR#94)
2.1500 2015-07-01 (TRIAL RELEASE)
[ENHANCEMENTS]
- An object's DOES method now also checks roles composed by delegated
objects (Chris Prather, PR#104)
|
2015-07-12 20:56:37 by Thomas Klausner | Files touched by this commit (405) |
Log message:
Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
|
2015-06-12 12:52:19 by Thomas Klausner | Files touched by this commit (3152) |
Log message:
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
2015-06-07 07:55:25 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.1405
Upstream changes:
2.1405 2015-06-06
[BUG FIXES]
- The native 'Array' trait 'sort' accessor now returns the number of
elements in scalar context, instead of the undefined value (or a
different, seemingly-random, value under 5.23.x).
|