From: Kartik Thakore Date: Sat, 1 Aug 2009 19:37:08 +0000 (-0400) Subject: ugly hack fix for t/apppm.t X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b52a12702382b93f81bd42075e5d00d49b289d9;p=sdlgit%2FSDL_perl.git ugly hack fix for t/apppm.t --- diff --git a/t/apppm.t b/t/apppm.t index 4ff4e27..51b954f 100644 --- a/t/apppm.t +++ b/t/apppm.t @@ -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;