projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d936a73
)
New
author
Mike Taylor
<mike@indexdata.com>
Mon, 30 Oct 2006 15:02:06 +0000
(15:02 +0000)
committer
Mike 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]
patch
|
blob
diff --git a/lib/ZOOM/IRSpy/Utils.pm
b/lib/ZOOM/IRSpy/Utils.pm
new file mode 100644
(file)
index 0000000..
61636c4
--- /dev/null
+++ b/
lib/ZOOM/IRSpy/Utils.pm
@@ -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;