From d699137fbd453cb248b3e1a6edc8b70b77fd6988 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 30 Oct 2006 15:02:06 +0000 Subject: [PATCH] New --- lib/ZOOM/IRSpy/Utils.pm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lib/ZOOM/IRSpy/Utils.pm diff --git a/lib/ZOOM/IRSpy/Utils.pm b/lib/ZOOM/IRSpy/Utils.pm new file mode 100644 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; -- 1.7.10.4