2013-11-24 10:57:04 by Thomas Klausner | Files touched by this commit (23) |
Log message:
Comment out p5-Storable dependency; included in perl since 5.7.3.
|
2013-10-31 02:05:11 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 3.98
Upstream changes:
3.98 Thu Oct 3 19:04:26 2013
- User string compare for version checks
3.97 Thu Nov 15 13:34:15 2012
- Fix for panic during destroy from Krzysztof Lewicki
3.96 Mon Oct 1 12:22:50 2012
- Tweaks in tests for changes in core warning messages
3.95 Tue Jul 24 13:30:57 2012
- Delete on arrays is deprecated (removed last vestage)
3.94 Wed May 9 17:29:23 EDT 2012
- Delete on arrays is deprecated
3.93 Mon Apr 9 13:45:35 2012
- Allow :Handle to work with non-OIO classes per contribution by Damian Conway
3.92 Tue Mar 6 14:42:27 2012
- Added readonly fields per contribution by Damian Conway
3.91 Wed Feb 22 16:35:09 2012
- Added sequential defaults per contribution by Damian Conway
- Extended delegator capabilities per contribution by Damian Conway
3.89 Thu Feb 16 19:08:31 2012
- Added generated defaults per contribution by Damian Conway
3.88 Thu Jan 26 14:56:59 2012
- Update build prereqs
3.87 Thu Jan 19 13:46:51 2012
- Added missing test file for delegators
3.86 Thu Jan 19 04:37:33 2012
- Added delegators per contribution by Damian Conway
3.85 Wed Jan 11 06:01:11 2012
- Fix some 'used only once' warnings
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-11-12 03:56:44 by Hiramatsu Yoshifumi | Files touched by this commit (2) |  |
Log message:
Update p5-Object-InsideOut to 3.84.
Changes from previous:
3.84 Tue Oct 11 22:42:26 2011
- Fixed bug in string dump of objects
3.83 Thu Oct 6 23:53:04 2011
- Fix bug with NOT_SHARED in threads::shared app
- Document error caused by returning non-shared objects from threads
3.82 Tue Sep 27 23:28:33 2011
- Fix obj ID reuse for shared objects in threaded app
- Documented limitation regarding removing shared internal objects
3.81 Tue Mar 22 02:20:49 2011
- Faster initialization (from O(n^3) to O(n))
3.79 Fri Dec 24 18:06:02 2010
- Bundle update
3.78 Fri Dec 24 15:35:25 2010
- POD update
3.77 Tue Dec 21 14:29:37 2010
- Test fixes for $@ changes
- Test change for ??? syntax error
3.76 Mon Nov 15 00:01:50 2010
- Skip some more shared tests under 5.8.8 and prior
3.75 Tue Nov 9 15:01:06 2010
- Skip some shared tests under 5.8.8 and prior
3.74 Tue Nov 9 02:16:45 2010
- threads::shared version number in test
3.73 Mon Nov 8 18:53:00 2010
- Fix obj ID handling for shared objects in threaded app
3.72 Mon Oct 18 21:15:53 2010
- Fix obj ID handling for non-shared objects in threaded app
3.71 Wed Oct 13 18:25:20 2010
- Fixed a memory leak
3.69 Tue Sep 28 20:38:53 2010
- Fix test counts in t/27-exception.t
3.68 Thu Sep 23 17:09:21 2010
- POD note to 'use threads' in DBI applications [bug #58394]
- Allow warnings for unhandled args
|
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-09-14 08:19:12 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Object-InsideOut from 3.64nb1 to 3.67
pkgsrc changes:
- bump dependency of Scalar::Util to 1.23
Upstream changes:
3.67 Mon May 17 23:22:44 2010
- More fixes for $@ changes
3.66 Fri May 14 13:31:04 2010
- More fixes for $@ changes
3.65 Fri May 7 19:05:34 2010
- Fix tests for $@ changes that will be coming with Perl 5.14
|
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-03-16 19:46:32 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Object-InsideOut from 3.63 to 3.64
Upstream changes:
3.64 Mon Mar 8 17:59:51 2010
- Added tests related to shared object destruction
|