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-02-15 18:58:29 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Rose-Object from 0.856 to 0.858
pkgsrc changes:
- Ensure non-executable modules
Upstream changes:
0.858 (02.10.2010) - John Siracusa <siracusa@gmail.com>
* The CPAN shell in 5.10.1 (on Mac OS X, anyway) chokes on the
t/debugger.t test. I've moved it to the xt directory.
0.857 (02.09.2010) - John Siracusa <siracusa@gmail.com>
* Fixed a bug that caused methods to be created more than once,
triggering a fatal error, when running under the debugger in
perl 5.10.1 and up. (RT 54444, patch by Christopher Masto)
|
2010-02-02 19:19:01 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Rose-Object from 0.855 to 0.856
pkgsrc changes:
- Adding license
Upstream changes:
0.856 (10.16.2009) - John Siracusa <siracusa@gmail.com>
* Updated eval blocks to avoid stomping on $@ from an outer scope.
|
2009-03-08 11:21:52 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update from version 0.854 to version 0.855.
Upstream changes:
0.855 (01.22.2009) - John Siracusa <siracusa@gmail.com>
* Added Class::XSAccessor support.
|
2009-01-02 23:18:37 by Havard Eidnes | Files touched by this commit (1) |
Log message:
Update from version 0.854 to 0.85.4.
Pkgsrc changes:
o Belatedly fix the version number tweak to forestall what would
happen when/if this package upstream goes to 0.86, which is perfectly
valid according to the perl version numbering rules, but which is
problematical for pkgsrc's dewey-decimal system.
Better to have the fix on the branch, even though this steps the
version number backwards in pkgsrc-current.
Approved by agc@
|
2008-12-16 22:05:35 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 0.853nb1 to 0.854.
Upstream changes:
0.854 (12.09.2008) - John Siracusa <siracusa@gmail.com>
* Altered the default name for the adds_method and inherits_method
method types in the inherited_hash class method maker.
|
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-08-06 22:59:20 by Havard Eidnes | Files touched by this commit (2) |
Log message:
Update from version 0.85 to 0.85.3 (0.853 in upstream). Changes:
0.853 (07.30.2008) - John Siracusa <siracusa@gmail.com>
* Fixed a bug in the hash get_set_init method interface. (Reported
by Bill Moseley)
0.852 (06.25.2008) - John Siracusa <siracusa@gmail.com>
* Documented Rose::Object::MixIn->import()'s -target_class parameter.
0.851 (06.06.2008) - John Siracusa <siracusa@gmail.com>
* Corrected mistakes in the Rose::Class::MakeMethods::Generic POD.
|
2008-07-24 00:42:36 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
updated to 0.85
ChangeLog:
0.85 (05.28.2008) - John Siracusa <siracusa@gmail.com>
* Added "inherited_hash" and "inheritable_boolean" class \
method types.
* Documented shift, unshift, and pop array method maker method type.
* Fixed a bug that prevented "--opt=0" options from being honored
(Reported by Bill Moseley)
|