aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Throwable
Commit message (Collapse)AuthorAgeFilesLines
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-09-081-2/+2
| | | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. With perl@ hat Notes: svn path=/head/; revision=281438
* - Cleaning MD5 in perl@'s ports.Philippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274220
* - update to 0.102080Yen-Ming Lee2010-08-103-12/+11
| | | | Notes: svn path=/head/; revision=259046
* - Update to 0.101110Wen Heping2010-04-232-4/+4
| | | | Notes: svn path=/head/; revision=253080
* - Remove vi leftoversPhilip M. Gollucci2010-02-151-0/+0
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=249908
* Throwable is a role for classes that are meant to be thrown as exceptionsPhilip M. Gollucci2010-02-155-0/+42
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 Notes: svn path=/head/; revision=249906