2015-08-03 04:07:37 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.4.4
Upstream changes:
v2.4.4 2015-08-02T09:49:34Z
- Fix for older Perl(< 5.22.0) (#53)
v2.4.3 2015-08-02T07:10:09Z
- Fix for Perl 5.22.0 or higher(#50)
|
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-04-12 15:55:03 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update to 2.4.2
---------------
2.4.2 2015-04-12T01:22:02Z
- Fixed #40; 'use strict' not enabled when 'use 5.010' follows 'use Mouse'
- Fixed #39; New warnings in Perl 5.21.x: redundant arguments for sprintf
- Fixed #38; Avoid warnings introduced in Perl 5.21.x
- Fixed #36; Excess dependency on Test::Exception::LessClever (kentnl, #37)
|
2014-10-13 07:28:42 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.4.1
Upstream changes:
2.4.1 2014-09-21T12:57:11Z
- Fix build issues (#34)
v2.4.0 2014-09-21T02:04:01Z
- Fix build issues (#32)
|
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.
|
2014-05-27 18:23:46 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.3.0
Upstream changes:
2.3.0 2014-05-25T23:07:19Z
- Fixed #17; memory leak in applying roles to instances
|
2014-04-04 08:25:23 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.2.0
Upstream changes:
2.2.0 2014-04-03T22:34:42Z
- Fixed #16 - inconsistent coercion/validation of Bool type (tokuhirom)
2.1.1 2014-03-26T13:23:48Z
- Fixed #18 (tokuhirom)
2.1.0 2013-11-26T13:15:54Z
- Dropped 5.6.2 support
- Migrated to Minilla
|
2013-12-09 15:17:56 by OBATA Akio | Files touched by this commit (238) |
Log message:
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
|
2013-11-16 14:12:05 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.0.0
Upstream changes:
2.0.0 2013-11-06 09:15:00+0900
[BUG FIXES]
- Merged the pull-request #13, which fixed an issue where
the behavior of role method confliction was different
from Moose. This change might affect your existing code
so the major version has incremented.
See t/030_roles/role_conflict_and_inheritance.t for details.
|