summaryrefslogtreecommitdiff
path: root/t/01_compile.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01_compile.t')
-rw-r--r--t/01_compile.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/t/01_compile.t b/t/01_compile.t
new file mode 100644
index 0000000..707dd2f
--- /dev/null
+++ b/t/01_compile.t
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+
+use strict;
+
+BEGIN {
+ $| = 1;
+ $^W = 1;
+}
+use Test::More tests => 2;
+
+use_ok('Archive::Zip');
+use_ok('Archive::Zip::MemberRead');