#!/usr/bin/env perl package TestFixtures; use strict; use warnings; use Exporter; use vars qw/ @ISA @EXPORT /; @ISA = 'Exporter'; @EXPORT = qw/ /; 1;