summaryrefslogtreecommitdiff
path: root/t/01_old_junk.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01_old_junk.t')
-rw-r--r--t/01_old_junk.t8
1 files changed, 8 insertions, 0 deletions
diff --git a/t/01_old_junk.t b/t/01_old_junk.t
new file mode 100644
index 0000000..a09080f
--- /dev/null
+++ b/t/01_old_junk.t
@@ -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";