diff _test/temp.pl @ 381:ced5937ff21a

Custom getters/setters support method names in theirs definitions Initial support for localizable labels in DOM schemas
author cin
date Wed, 22 Jan 2014 16:56:10 +0400
parents d5c8b955bf8d
children 212cc86e470b
line wrap: on
line diff
--- a/_test/temp.pl	Fri Jan 17 15:58:57 2014 +0400
+++ b/_test/temp.pl	Wed Jan 22 16:56:10 2014 +0400
@@ -1,13 +1,5 @@
 #!/usr/bin/perl
 use strict;
+use Scalar::Util qw(looks_like_number);
+print looks_like_number(0);
 
-{
-	local $@;
-	eval {
-		
-		die "oops";
-	};
-}
-
-print $@;
-