Forgot to add Empty.pm, needed for new Combine tests
Dave Rolsky [Mon, 8 Nov 2010 15:58:24 +0000 (09:58 -0600)]
t/lib/Empty.pm [new file with mode: 0644]

diff --git a/t/lib/Empty.pm b/t/lib/Empty.pm
new file mode 100644 (file)
index 0000000..0be95dc
--- /dev/null
@@ -0,0 +1,3 @@
+package Empty;
+
+1;