bump version to 1.2.0 since we're adding author checks
[p5sagit/strictures.git] / t / strictures.t
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;