module skeleton
[catagits/Catalyst-Manual-Monthly.git] / t / 00-load.t
CommitLineData
7784ea92 1#!perl -T
2
3use Test::More tests => 1;
4
5BEGIN {
6 use_ok( 'Catalyst::Manual::Monthly' ) || print "Bail out!\n";
7}
8
9diag( "Testing Catalyst::Manual::Monthly $Catalyst::Manual::Monthly::VERSION, Perl $], $^X" );