c21b3323d0ee53b601310bd02487150a531a3653
[migration-tools.git] / Equinox-Migration / t / 00-load.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6         use_ok( 'Equinox::Migration' );
7 }
8
9 diag( "Testing Equinox::Migration $Equinox::Migration::VERSION, Perl $], $^X" );