summaryrefslogtreecommitdiff
path: root/t/01_compile.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-07-31 18:59:09 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-07-31 18:59:09 +0000
commit42c8b23669eac442a303190dad44d78cea63cf59 (patch)
tree1cc49a1a1813bd802988e88058f353a4e0a23514 /t/01_compile.t
downloadArchive-Zip-tarball-master.tar.gz
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');