Skip to content

Commit

Permalink
[#405 state:resolved] Fixed the lib path in t/90-podcoverage.t. Someh…
Browse files Browse the repository at this point in the history
…ow Melody::Util::Test got moved to lib instead of inc/lib. In my expereince all test only external modules get placed in inc/ but for now we'll go with this.
  • Loading branch information
tima committed Oct 25, 2010
1 parent 69b4b1f commit da731de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/90-podcoverage.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use lib 'lib';
use lib 'extlib';
use lib 't/inc/lib';
use lib 't/lib';

use Test::More;
use File::Spec;
Expand Down

0 comments on commit da731de

Please sign in to comment.