Add ARM files
[dh-make-perl] / dev / arm / libhtml-tagset-perl / libhtml-tagset-perl-3.20 / t / 01_old_junk.t
diff --git a/dev/arm/libhtml-tagset-perl/libhtml-tagset-perl-3.20/t/01_old_junk.t b/dev/arm/libhtml-tagset-perl/libhtml-tagset-perl-3.20/t/01_old_junk.t
new file mode 100644 (file)
index 0000000..a09080f
--- /dev/null
@@ -0,0 +1,8 @@
+
+# Time-stamp: "2004-12-29 18:49:45 AST"
+
+BEGIN { $| = 1; print "1..1\n"; }
+END {print "not ok 1\n" unless $loaded;}
+use HTML::Tagset;
+$loaded = 1;
+print "ok 1\n";