aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Throwable
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.200008.Anton Berezin2013-05-012-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Throwable/Changes Notes: svn path=/head/; revision=317002
* For perl@ owned ports:Eitan Adler2013-03-291-2/+1
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* Update to 0.200004.Anton Berezin2013-02-242-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Throwable/Changes Notes: svn path=/head/; revision=312874
* Update to 0.200003.Anton Berezin2012-12-202-10/+8
| | | | | | | Changes: http://search.cpan.org/dist/Throwable/Changes Notes: svn path=/head/; revision=309303
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - 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