index.t: Comment final brace
authorFather Chrysostomos <sprout@cpan.org>
Fri, 21 Jun 2013 04:59:40 +0000 (21:59 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 06:16:40 +0000 (23:16 -0700)
otherwise it can be quite confusing

t/op/index.t

index de742a0..8a3479c 100644 (file)
@@ -217,4 +217,4 @@ is(index('bang', PVBM2), 0, "index isn't confused by format compilation");
     is(index("rules 1 & 2", perl), 0, 'second index of the same constant works');
 }
 
-}
+} # end of sub run_tests