fix up tests
Matt S Trout [Mon, 22 Nov 2010 13:44:17 +0000 (13:44 +0000)]
maint/Makefile.PL.include
t/smells-of-vcs/.svn [new file with mode: 0644]
t/strictures.t

index 1555fa8..e3385b3 100644 (file)
@@ -54,6 +54,7 @@ manifest_include(
   'xt/lib' => '.pm',
   '' => '.PL',
   '' => qr{Changes|MANIFEST|README|META\.yml},
+  '' => qr{t/smells-of-vcs/.svn},
   'maint' => qr{[^.].*},
 );
 
diff --git a/t/smells-of-vcs/.svn b/t/smells-of-vcs/.svn
new file mode 100644 (file)
index 0000000..e69de29
index f497325..65b2893 100644 (file)
@@ -28,6 +28,7 @@ foreach my $idx (0 .. $#us) {
 {
   local $0 = 't/00load.t';
   sub Foo::new { 1 }
+  chdir("t/smells-of-vcs");
   my $r = eval q{
     use strictures 1;
     new Foo 1, 2, 3;