#!perl # # This file is part of Tk::RotatingGauge. # Copyright (c) 2007 Jerome Quelin, all rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the same terms as Perl itself. # # use strict; use warnings; use Test::More tests => 1; BEGIN { use_ok( 'Tk::RotatingGauge' ); } diag( "Testing Tk::RotatingGauge $Tk::RotatingGauge::VERSION, Perl $], $^X" ); exit;