From: Matt S Trout Date: Mon, 22 Nov 2010 13:44:17 +0000 (+0000) Subject: fix up tests X-Git-Tag: release_1.1.0~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98b2be98719ebc06b6d3918a21309ff1100c1769;hp=17b03f2e69f4aef1e43515e6e864f745d452055d;p=p5sagit%2Fstrictures.git fix up tests --- diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include index 1555fa8..e3385b3 100644 --- a/maint/Makefile.PL.include +++ b/maint/Makefile.PL.include @@ -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 index 0000000..e69de29 diff --git a/t/strictures.t b/t/strictures.t index f497325..65b2893 100644 --- a/t/strictures.t +++ b/t/strictures.t @@ -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;