Add ARM files
[dh-make-perl] / dev / arm / libarchive-zip-perl / libarchive-zip-perl-1.18 / t / 01_compile.t
diff --git a/dev/arm/libarchive-zip-perl/libarchive-zip-perl-1.18/t/01_compile.t b/dev/arm/libarchive-zip-perl/libarchive-zip-perl-1.18/t/01_compile.t
new file mode 100644 (file)
index 0000000..211ca27
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/perl -w
+
+use Test::More tests => 2;
+
+use_ok( 'Archive::Zip' );
+use_ok( 'Archive::Zip::MemberRead' );