aboutsummaryrefslogtreecommitdiffstats
path: root/t/00-load.t
diff options
context:
space:
mode:
Diffstat (limited to 't/00-load.t')
-rw-r--r--t/00-load.t9
1 files changed, 0 insertions, 9 deletions
diff --git a/t/00-load.t b/t/00-load.t
deleted file mode 100644
index 61daa40..0000000
--- a/t/00-load.t
+++ /dev/null
@@ -1,9 +0,0 @@
-#!perl -T
-
-use Test::More tests => 1;
-
-BEGIN {
- use_ok( 'MooseX::AlwaysCoerce' );
-}
-
-diag( "Testing MooseX::AlwaysCoerce $MooseX::AlwaysCoerce::VERSION, Perl $], $^X" );