diff options
Diffstat (limited to 't/TestFixtures.pm')
-rwxr-xr-x | t/TestFixtures.pm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/t/TestFixtures.pm b/t/TestFixtures.pm new file mode 100755 index 0000000..acf2138 --- /dev/null +++ b/t/TestFixtures.pm @@ -0,0 +1,14 @@ +#!/usr/bin/env perl +package TestFixtures; +use strict; +use warnings; + +use Exporter; +use vars qw/ @ISA @EXPORT /; +@ISA = 'Exporter'; +@EXPORT = qw/ + +/; + + +1;
\ No newline at end of file |