2012-07-06 12:21:17 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for Perl 5 module Error in devel/p5-Error from 0.17017
to 0.17018.
Upstream changes:
May 08 2012 <shlomif@shlomifish.org> (Shlomi Fish)
Error.pm #0.17018
- Add a $VERSION variable for Error::Simple.
- thanks to Kevin Dawson for the report.
- Add scripts/bump-version-number.pl .
- This can be used to bump the version numbers globally.
|
2012-03-22 14:22:57 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for Perl5 module Error from CPAN in devel/p5-Error from
0.17016nb2 to 0.17017.
Upstream changes:
Feb 11 2012 <shlomif@shlomifish.org> (Shlomi Fish)
- Bleadperl broke Error.pm's tests -
- https://rt.cpan.org/Ticket/Display.html?id=74770
- Applied a patch to check for optional trailing periods.
- Thanks to ANDK for the report and RURBAN for the patch
|
2011-08-12 13:59:59 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Revision bump after updating perl 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-06-17 07:14:53 by David Sainty | Files touched by this commit (1) |
Log message:
Cut and paste the deprecated status of this module from its internal
documentation:
Using the "Error" module is no longer recommended due to the black-magical
nature of its syntactic sugar, which often tends to break. Its maintainers
have stopped actively writing code that uses it, and discourage people
from doing so.
|
2010-01-20 15:53:54 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.17016:
Dec 19 2009 <shlomif@iglu.org.il> (Shlomi Fish)
Error.pm #0.17016
- Mentioned the lack of compatibility of "use Error qw(:try)" with Moose.
Fixed: https://rt.cpan.org/Ticket/Display.html?id=46364
- Added TryCatch and Try::Tiny to the "SEE ALSO".
- Add the WARNING that this module is no longer recommended.
|
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-07-22 10:05:15 by Ulrich Habel | Files touched by this commit (2) | |
Log message:
updated to 0.17015
ChangeLog:
Jul 19 2008 <shlomif@iglu.org.il> (Shlomi Fish)
Error.pm #0.17015
- Added the "SEE ALSO" section to the Error.pm POD mentioning
Exception::Class and Error::Exception.
|
2008-06-22 17:30:43 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
Update distinfo alog update to 0.17014.
|
2008-06-21 21:08:35 by Havard Eidnes | Files touched by this commit (1) |
Log message:
Update to version 0.17014. Changes:
May 24 2008 <shlomif@iglu.org.il> (Shlomi Fish)
Error.pm #0.17014
- Made Makefile.PL require perl-5.6.0 and above.
May 22 2008 <shlomif@iglu.org.il> (Shlomi Fish)
Error.pm #0.17013
- Now building only on perl-5.6.0 and above.
- Added the line to the Build.PL
|