2011-08-17 00:42:25 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.04. Set LICENSE.
1.04 Wed 20 Apr 2011
- Fixed #67522 have_compiler returns
1.03 Mon 22 Nov 2010
- No CPAN Testers failures, moving to production release
1.02_01 Thu 16 Sep 2010
- Trying for a much more advanced can_xs() alternative to can_cc()
to deal with the situation where a host has a superficially
working compiler, but completely screwed up headers.
- Adding some fallback strategies to deal with cases where these
same machines don't support configure_requires.
- Adopt Chorny's eumm-upgrade style for the Makefile.PL.
- Allow the Makefile.PL to build it's own META.yml now.
|
2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-05-06 00:19:24 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Params-Util from version 1.00 to version 1.01.
Upstream changes:
1.01 Thu 18 Mar 2010
- Fixed can_cc() bug in Makefile.PL where it was checking an existence
of PATH directory rather than executables. RT#55668 (DGOLDEN, MIYAGAWA)
|
2009-06-01 20:18:41 by Jens Rehsack | Files touched by this commit (2) |
Log message:
pkgsrc changes:
- Updating package for p5 module Params::Util from 0.38 to 1.00
Upstream changes:
1.00 Sun 31 May 2009
- Now all known XS bugs are worked out, I've removed
the experimental flags and set that as the first 1+ release.
- Fixed XS implementation of _*LIKE and _INSTANCE
- Added test for a negative custom isa returning ('')
- Improving the 'clean' file list in a Makefile.PL
|
2009-02-25 22:08:06 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Upstream changes:
0.38 Tue 17 Feb 2009
- Fix _IDENTIFIER to return false for "foo\n" (ZEFRAM)
- Fix _CLASS to return false for "foo\n" (ZEFRAM)
0.37 Wed 4 Feb 2009
- Fix _HASH for bleadperl (patch from RAFL)
- Fix regex (more) for bleadperl (patch from RAFL)
0.36 Fri 30 Jan 2009
- Fixing the overload for _REGEX
- Adding the tests for _REGEX
- Reorganising the Makefile.PL
- Adding duplicate tests for when the XS version isn't compiled
|
2008-11-17 05:37:21 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 0.33nb1 to 0.35.
Upstream changes:
0.35 Tue 11 Nov 2008
- No changes
- CPAN Testers results look good, moving to production version
0.34_01 Mon 3 Nov 2008
- Adding experimental XS implementation by the awesome Jens Renhack
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-06-22 19:01:46 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 0.31 to 0.33. Changes:
0.33 Tue 27 May 2008
- Upgrading to Module::Install 0.74
- Bumping Scalar::Util version to 1.18 to get a fixed better
looks_like_number
- Moved B driver test class to My_B to prevent collision with the
B modules
0.32_01 Sat 23 Feb 2008
- Moving 01_compile.t minimum version to 5.005 to match Makefile.PL
(Resolves rt.cpan.org #26674)
- Removing the deprecated _CALLABLE function
|
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|