61636c44a25b7ef057917e87e69d56f77bce7767
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Utils.pm
1 # $Id: Utils.pm,v 1.1 2006-10-30 15:02:06 mike Exp $
2
3 package ZOOM::IRSpy::Utils;
4
5 use 5.008;
6 use strict;
7 use warnings;
8
9 sub x { return 1 }
10
11 1;