projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2c74674
)
Test if we're loadable without deferred symbol resolution.
Florian Ragwitz [Mon, 10 Nov 2008 01:28:01 +0000 (
01:28
+0000)]
t/00load.t
[new file with mode: 0644]
patch
|
blob
diff --git a/t/00load.t
b/t/00load.t
new file mode 100644
(file)
index 0000000..
9260af9
--- /dev/null
+++ b/
t/00load.t
@@ -0,0
+1,8
@@
+use strict;
+use warnings;
+use Test::More tests => 1;
+
+BEGIN {
+ $ENV{PERL_DL_NONLAZY} = 1;
+ use_ok('Devel::Declare');
+}