diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-03 20:29:54 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-03 20:30:38 -0700 |
commit | 1b45d357ddcec6f3ef5edd084309d7474c6041e4 (patch) | |
tree | 537c380a3154adaf5579edeb05308ecc21ca5f51 | |
parent | d18d7217818220bb2e51518cd64feb4318101194 (diff) | |
download | perl-1b45d357ddcec6f3ef5edd084309d7474c6041e4.tar.gz |
deparse.t: Fix test count
-rw-r--r-- | dist/B-Deparse/t/deparse.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/B-Deparse/t/deparse.t b/dist/B-Deparse/t/deparse.t index daa611d61f..01bb74bdef 100644 --- a/dist/B-Deparse/t/deparse.t +++ b/dist/B-Deparse/t/deparse.t @@ -13,7 +13,7 @@ use warnings; use strict; use Test::More; -my $tests = 18; # not counting those in the __DATA__ section +my $tests = 19; # not counting those in the __DATA__ section use B::Deparse; my $deparse = B::Deparse->new(); |