[Catalyst-commits] r10150 - Catalyst-Authentication-Credential-HTTP/1.000/trunk/t

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu May 14 08:04:27 GMT 2009


Author: t0m
Date: 2009-05-14 08:04:26 +0000 (Thu, 14 May 2009)
New Revision: 10150

Modified:
   Catalyst-Authentication-Credential-HTTP/1.000/trunk/t/live_app.t
Log:
Add appropriate FindBin incantation

Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/t/live_app.t
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/t/live_app.t	2009-05-14 07:58:07 UTC (rev 10149)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/t/live_app.t	2009-05-14 08:04:26 UTC (rev 10150)
@@ -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 }




More information about the Catalyst-commits mailing list