pjf: dual life modules
[p5sagit/p5-mst-13.2.git] / lib / autodie / t / usersub.t
old mode 100644 (file)
new mode 100755 (executable)
index 7e15576..4266804
@@ -21,6 +21,7 @@ $return = eval {
 };
 
 is($return,'foo',"Mytest returns input with autodie");
+is($@,"","No error should be thrown");
 
 $return = eval {
     use autodie qw(mytest);