Applied patch for NetResolveIP
[sdlgit/SDL_perl.git] / t / apppm.t
index 51b954f..c13096d 100644 (file)
--- a/t/apppm.t
+++ b/t/apppm.t
@@ -2,11 +2,11 @@
 #
 # Copyright (C) 2003 Tels
 # Copyright (C) 2004 David J. Goehrig
-#
+# Copyright (C) 2009 Kartik Thakore
 # basic testing of SDL::App
 
 BEGIN {
-       unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/src', 'blib/arch/auto/src/SDL', 'blib/arch/auto/src/SDL/SFont',;
+       unshift @INC, 'blib/lib','blib/arch', 'blib/arch/auto/', 'blib/arch/auto/SDL/SFont';
 }
 
 use strict;