[Bast-commits] r4669 - trunk/Devel-REPL/lib/Devel/REPL
ilmari at dev.catalyst.perl.org
ilmari at dev.catalyst.perl.org
Tue Jul 29 20:04:22 BST 2008
Author: ilmari
Date: 2008-07-29 20:04:22 +0100 (Tue, 29 Jul 2008)
New Revision: 4669
Modified:
trunk/Devel-REPL/lib/Devel/REPL/Error.pm
Log:
Allow exception objects.
Modified: trunk/Devel-REPL/lib/Devel/REPL/Error.pm
===================================================================
--- trunk/Devel-REPL/lib/Devel/REPL/Error.pm 2008-07-29 18:44:01 UTC (rev 4668)
+++ trunk/Devel-REPL/lib/Devel/REPL/Error.pm 2008-07-29 19:04:22 UTC (rev 4669)
@@ -12,7 +12,7 @@
);
has message => (
- isa => "Str",
+ isa => "Str|Object",
is => "ro",
required => 1,
);
More information about the Bast-commits
mailing list