projects
/
p5sagit/Sub-Name.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cf5ba43
)
better to call require at runtime
Karen Etheridge [Sat, 9 Aug 2014 03:44:52 +0000 (20:44 -0700)]
t/RT96893_perlcc.t
patch
|
blob
|
blame
|
history
diff --git
a/t/RT96893_perlcc.t
b/t/RT96893_perlcc.t
index
71e6404
..
ebd8124
100644
(file)
--- a/
t/RT96893_perlcc.t
+++ b/
t/RT96893_perlcc.t
@@
-1,7
+1,7
@@
use strict;
use warnings;
-eval "use B::C;";
+eval "require B::C;";
if ($@) {
print "1..0 # SKIP B::C required for testing perlcc -O3\n";
exit;