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.
Upstream changes:
0.15 2014-08-12 05:16:31Z
- forward-compat mode added for Moose 2.1300, which cores all of
this distribution's functionality
0.14 2014-07-30 20:05:32Z
- Fixed a bug with Perl 5.18+ that caused this module to simply blow
up with an error like "Use of uninitialized value in subroutine
entry at .../Class/MOP/Package.pm ..." (Dave Rolsky)
- Line numbers in shipped code are now almost the same (within 3) as
the repository source, for easier debugging
- Repository migrated to the github moose organization
- Unneeded init_meta method removed (Dave Rolsky)
Upstream changes:
0.13 2013-01-07 20:59:07 PST-0800
- Resolve failure reports in 5.17.* due to changes in SVf_AMAGIC
0.12 2013-01-05 12:10:02 PST-0800
- Bump dependency on namespace::autoclean (RT#69313)
0.11 2012-11-17 22:09:00 +0000
- Fix dependency issues from AutoPrereqs. RT#81145
0.10 2012-11-13 00:41:00 +0000
- Remove use of MooseX::Types to allow Catalyst to work on perl
5.8.5 RT#77100, RT#81124
- Fix bug causing attributes to get lost if they were added to a
role before composing a ::WithOverloading role onto it.
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
0.05 Sat, 18 Jan 2010 18:15:00 +0000
* Work around changes in composition_class_role in Moose >= 0.93_01
to be compatible with both old and new Moose versions.
0.04 Mon, 04 Jan 2010 18:40:11 +0100
* Depend on Test::More 0.88 for done_testing.
a Moose extension for roles which support overloading (perl5 module) in
version 0.03:
MooseX::Role::WithOverloading allows to write a Moose::Role which defines
overloaded operators and allows those operator overloadings to be composed
into the classes/roles/instances it's compiled to, while plain Moose::Roles
would lose the overloading.