import my old svn repo here
[catagits/Catalyst-Component-ACCEPT_CONTEXT.git] / t / 00-load.t
CommitLineData
75f37967 1#!perl -T
6166f03d 2
6166f03d 3use Test::More tests => 1;
75f37967 4
5BEGIN {
6 use_ok( 'Catalyst::Component::ACCEPT_CONTEXT' );
7}
8
9diag( "Testing Catalyst::Component::ACCEPT_CONTEXT $Catalyst::Component::ACCEPT_CONTEXT::VERSION, Perl $], $^X" );