Fix test count in t/re/pat.t
authorFather Chrysostomos <sprout@cpan.org>
Sun, 12 Dec 2010 07:31:44 +0000 (23:31 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 12 Dec 2010 07:31:44 +0000 (23:31 -0800)
t/re/pat.t

index 72e36df..6c3af0a 100644 (file)
@@ -23,7 +23,7 @@ BEGIN {
 }
 
 
-plan tests => 410;  # Update this when adding/deleting tests.
+plan tests => 411;  # Update this when adding/deleting tests.
 
 run_tests() unless caller;