New
authorMike Taylor <mike@indexdata.com>
Mon, 30 Oct 2006 15:02:06 +0000 (15:02 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 30 Oct 2006 15:02:06 +0000 (15:02 +0000)
lib/ZOOM/IRSpy/Utils.pm [new file with mode: 0644]

diff --git a/lib/ZOOM/IRSpy/Utils.pm b/lib/ZOOM/IRSpy/Utils.pm
new file mode 100644 (file)
index 0000000..61636c4
--- /dev/null
@@ -0,0 +1,11 @@
+# $Id: Utils.pm,v 1.1 2006-10-30 15:02:06 mike Exp $
+
+package ZOOM::IRSpy::Utils;
+
+use 5.008;
+use strict;
+use warnings;
+
+sub x { return 1 }
+
+1;