Make pod tests author only
[catagits/Catalyst-Authentication-Credential-HTTP.git] / t / live_app.t
index 05cb3a0..142c406 100644 (file)
@@ -1,6 +1,10 @@
 #!/usr/bin/perl
 use strict;
 use warnings;
+
+use FindBin qw/$Bin/;
+use lib "$Bin/lib";
+
 use Test::More;
 BEGIN {
     eval { require Test::WWW::Mechanize::Catalyst }