[Catalyst-commits] r13654 -
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception
davewood at dev.catalyst.perl.org
davewood at dev.catalyst.perl.org
Tue Oct 12 14:29:13 GMT 2010
Author: davewood
Date: 2010-10-12 14:29:13 +0000 (Tue, 12 Oct 2010)
New Revision: 13654
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Interface.pm
Log:
typo in docs fixed
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Interface.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Interface.pm 2010-10-11 17:19:30 UTC (rev 13653)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst/Exception/Interface.pm 2010-10-12 14:29:13 UTC (rev 13654)
@@ -27,8 +27,8 @@
# This comprises the required interface.
sub as_string { 'the exception text for stringification' }
- sub die { shift; die @_ }
- sub die { shift; die @_ }
+ sub throw { shift; die @_ }
+ sub rethrow { shift; die @_ }
=head1 DESCRIPTION
More information about the Catalyst-commits
mailing list