aboutsummaryrefslogtreecommitdiffstats
path: root/t/00-load.t
blob: 61daa40adc75b4af48bd0df48a379a541dae0e21 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'MooseX::AlwaysCoerce' );
}

diag( "Testing MooseX::AlwaysCoerce $MooseX::AlwaysCoerce::VERSION, Perl $], $^X" );