2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-04-15 14:47:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Remove Moose dependency.
It is only used by some tests, and Moose itself would like to use
this module.
Bump PKGREVISION.
|
2015-11-26 14:06:29 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 0.26 to 0.28
-------------------
0.28 2015-10-13 01:25:26Z
- skip failing tests with old Moo or when Sub::Util is broken (RT#107643)
0.27 2015-09-09 02:29:20Z
- package with only ExtUtils::MakeMaker to ease installation on perl 5.6
|
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-06 10:17:52 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.26:
0.26 2015-06-07 02:53:17Z
- mark all Mouse tests as TODO below perl 5.010, to enable installation
despite apparent instability issues (see RT#101825)
0.25 2015-06-03 01:09:06Z
- load Moo::Role earlier in a test, to make a potential misconfiguration
more visible
|
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-05-10 01:12:21 by Makoto Fujiwara | Files touched by this commit (16) |
Log message:
Set TEST_TARGET?= # empty to skip make test
devel/autoconf (but just add 2.69 status)
devel/dejagnu
devel/p5-ExtUtils-AutoInstall (infinite loop)
devel/p5-Inline-C (fail at t/27inline_maker.t)
devel/p5-Search-Elasticsearch (several items)
Some other {net,devel}/p5-packages
Set BUILD_DEPENDS+= for make test
|
2015-02-18 14:07:42 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update 0.20 to 0.24
-------------------
0.24 2015-01-03 20:44:36Z
- re-release to fix problematic $VERSION declaration (RT#101095)
0.23 2014-12-27 04:07:03Z
- be more lenient in optional Mouse tests to handle edge cases in older and
pure perl versions
0.22 2014-11-04 06:19:54Z
- fix an erroneous change in 0.21
0.21 2014-11-04 05:24:36Z
- drop testing of MooseX::MarkAsMethods, now that Moose 2.1400 has better
overload handling
|
2014-11-01 08:22:41 by Wen Heping | Files touched by this commit (2) | |
Log message:
Update to 0.20
Upstream changes:
0.20 2014-09-06 23:04:12Z
- Moose earlier than 2.0300 had a broken ->does method, which called methods
on a class's meta when it might not be initialized (RT#98424)
0.19 2014-06-17 04:57:07Z
- more comprehensive testing with Moo/Mouse/Moose
- fixed cleaning of constants
0.18 2014-06-14 20:12:59Z
- better method detection for Mouse (github #4, Graham Knop)
0.17 2014-06-10 20:13:14Z
- Add -except to import options. This allows you to explicitly not clean a
sub. (github #3, Dave Rolsky)
0.16 2014-05-27 04:50:22Z (TRIAL RELEASE)
- Changed the code to no longer _require_ Class::MOP. If your class is not a
Moose class then we don't load Class::MOP. This was particularly
problematic for Moo classes. Using namespace::autoclean with a Moo class
"upgraded" it to be a Moose class.
- Using this module broke overloading in a class. Reported by Chris
Weyl. (RT#50938)
0.15 2013-12-14 17:47:21Z
- update configure_requires checking in Makefile.PL, add CONTRIBUTING file
0.14 2013-10-09 03:06:00Z
- bump dependency on B::Hooks::EndOfScope, to get the separation of
pure-perl and XS components (RT#89245)
- repository migrated to the github moose organization
|