| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
08 Sep 2011 08:36:43
0.102080
|
az  |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat |
17 May 2011 11:05:02
0.102080
|
jadawin  |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
10 Aug 2010 03:07:54
0.102080
|
leeym  |
- update to 0.102080 |
23 Apr 2010 10:49:31
0.101110
|
wen  |
- Update to 0.101110 |
15 Feb 2010 23:48:24
0.100090
|
pgollucci  |
- Remove vi leftovers
Feature safe: yes |
15 Feb 2010 23:43:55
0.100090
|
pgollucci  |
Throwable 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.
Feature safe: yes |