Path to this page:
./
devel/p5-Throwable,
Perl 5 role for classes that can be thrown
Branch: CURRENT,
Version: 1.001nb2,
Package name: p5-Throwable-1.001nb2,
Maintainer: pkgsrc-usersThrowable is a role for classes that are meant to be thrown as exceptions
to standard program flow. It is very simple and does only two things:
saves any previous value for $@ and calls die $self.
Throwable::Error is a base class for exceptions that will be thrown to
signal errors and abort normal program flow. Throwable::Error is an
alternative to Exception::Class, the features of which are largely provided
by the Moose object system atop which Throwable::Error is built.
Throwable::Error performs the Throwable role.
Required to run:[
lang/perl5] [
devel/p5-Devel-StackTrace] [
devel/p5-Moo]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
Filesize: 21.477 KB
Version history: (Expand)
- (2024-11-16) Updated to version: p5-Throwable-1.001nb2
- (2023-07-06) Updated to version: p5-Throwable-1.001nb1
- (2023-01-08) Updated to version: p5-Throwable-1.001
- (2022-06-28) Updated to version: p5-Throwable-1.000nb1
- (2021-07-04) Updated to version: p5-Throwable-1.000
- (2021-05-25) Updated to version: p5-Throwable-0.200013nb6
CVS history: (Expand)
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-01-08 01:28:58 by Wen Heping | Files touched by this commit (2) | |
Log message:
Update to 1.001
Upstream changes:
Changes for version 1.001 - 2022-12-31
typo fix (thanks, Robert Rothenberg!)
update metadata just a little
|
2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952) |
Log message:
*: recursive bump for perl 5.36
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-07-04 09:45:49 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.000
Upstream changes:
1.000 2021-06-26 13:46:02-04:00 America/New_York
- The previous release changed from 0.xxxxxx to 0.xxx for
version numbering. While this is safe to do within the realm
of Perl version comparisons, some tools treat the x numbers,
above, as suitable for direct comparison. Generally, when changing
the precision of a decimal version number in Perl, one must bump the
integer part, which I did not do. I took a risk, and somebody
noticed.
So, this release is now v1.000, despite not being a milestone of any
sort. So it goes.
0.201 2021-06-18 21:33:37-04:00 America/New_York
- remove inadvertant use of 5.12-only syntax
|
2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575) |
Log message:
*: recursive bump for perl 5.34
|
2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631) |
Log message:
*: bump PKGREVISION for perl-5.32.
|