In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/aa93e3ab0fc02f21191620115a7249537d740cd6?hp=ad021bfb7f2cc6ff5ff998e4e0efe2ba182cbbd5>

- Log -----------------------------------------------------------------
commit aa93e3ab0fc02f21191620115a7249537d740cd6
Author: Father Chrysostomos <[email protected]>
Date:   Sat Dec 11 23:31:44 2010 -0800

    Fix test count in t/re/pat.t
-----------------------------------------------------------------------

Summary of changes:
 t/re/pat.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/re/pat.t b/t/re/pat.t
index 72e36df..6c3af0a 100644
--- a/t/re/pat.t
+++ b/t/re/pat.t
@@ -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;
 

--
Perl5 Master Repository

Reply via email to