projects
/
p5sagit/Devel-REPL.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9c4fddb
)
Allow exception objects.
ilmari [Tue, 29 Jul 2008 19:04:22 +0000 (19:04 +0000)]
git-svn-id: http://dev.catalyst.perl.org/repos/bast/trunk/Devel-REPL@4669
bd8105ee
-0ff8-0310-8827-fb3f25b6796d
lib/Devel/REPL/Error.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Devel/REPL/Error.pm
b/lib/Devel/REPL/Error.pm
index
b28d5b5
..
ac7bc05
100644
(file)
--- a/
lib/Devel/REPL/Error.pm
+++ b/
lib/Devel/REPL/Error.pm
@@
-12,7
+12,7
@@
has type => (
);
has message => (
- isa => "Str",
+ isa => "Str|Object",
is => "ro",
required => 1,
);