Add author tests to Makefile.PL
[catagits/Catalyst-TraitFor-Request-ProxyBase.git] / t / 00-load.t
index a929a86..44131f6 100644 (file)
@@ -3,4 +3,5 @@
 use strict;
 use warnings;
 use Test::More tests => 1;
-use ok 'Catalyst::TraitFor::Request::ProxyBase';
+use_ok 'Catalyst::TraitFor::Request::ProxyBase' or BAIL_OUT;
+