/usr/local/CPAN/Test-C2FIT/Test/C2FIT/fat/ExampleFixture.pm


# Copyright (c) 2002-2005 Cunningham & Cunningham, Inc.
# Released under the terms of the GNU General Public License version 2 or later.
#
# Perl translation by Tony Byrne <fit4perl@byrnehq.com>

package Test::C2FIT::fat::ExampleFixture;
use base 'Test::C2FIT::Fixture';
use strict;

1;

__END__

package fat;

import fit.Fixture;

public class ExampleFixture extends Fixture {

}