Revision: 1174
Author: dubiously
Date: Fri Mar 12 17:42:55 2010
Log: Need string form of eval() to defer execution of use() until runtime
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1174
Modified:
/trunk/t/70-subname.t
=======================================
--- /trunk/t/70-subname.t Thu Mar 11 09:06:47 2010
+++ /trunk/t/70-subname.t Fri Mar 12 17:42:55 2010
@@ -6,7 +6,7 @@
use lib qw(t/lib);
use NYTProfTest;
-eval { use Sub::Name 0.04; 1 }
+eval "use Sub::Name 0.04; 1"
or plan skip_all => "Sub::Name required";
--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [email protected]