Skip to content

Commit

Permalink
load lib after blib
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmay committed Jun 5, 2011
1 parent 26b1004 commit 931f4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.psgi
Original file line number Original file line Diff line number Diff line change
@@ -1,8 +1,8 @@
use strict; use strict;
use warnings; use warnings;


use lib 'lib';
use blib; use blib;
use lib 'lib';
use App::Termcast::Server::Web; use App::Termcast::Server::Web;


App::Termcast::Server::Web->new->final_app; App::Termcast::Server::Web->new->final_app;

0 comments on commit 931f4b4

Please sign in to comment.