From: Mike Taylor Date: Mon, 30 Oct 2006 15:02:06 +0000 (+0000) Subject: New X-Git-Tag: CPAN-v1.02~54^2~817 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=d699137fbd453cb248b3e1a6edc8b70b77fd6988;ds=sidebyside New --- 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;