Skip to content

Commit

Permalink
ugly hack fix for t/apppm.t
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Aug 1, 2009
1 parent 2134173 commit 5b52a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/apppm.t
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# basic testing of SDL::App

BEGIN {
unshift @INC, 'blib/lib','blib/arch';
unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src', 'blib/arch/auto/src/SDL', 'blib/arch/auto/src/SDL/SFont',;
}

use strict;
Expand Down

0 comments on commit 5b52a12

Please sign in to comment.