Clean up new Locale-Maketest test for use in core
authorDavid Golden <dagolden@cpan.org>
Tue, 6 Jul 2010 05:38:12 +0000 (01:38 -0400)
committerDavid Golden <dagolden@cpan.org>
Tue, 6 Jul 2010 05:38:12 +0000 (01:38 -0400)
dist/Locale-Maketext/t/04_use_external_lex_cache.t

index f290a5c..97e7446 100644 (file)
@@ -1,8 +1,6 @@
 use Test::More tests => 11;
 
 BEGIN {
-    chdir 't';
-    unshift @INC, qw(lib ../lib);
     use_ok('Locale::Maketext');
 };