This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d18d721
)
deparse.t: Fix test count
author
Father Chrysostomos
<sprout@cpan.org>
Tue, 4 Jun 2013 03:29:54 +0000
(20:29 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Tue, 4 Jun 2013 03:30:38 +0000
(20:30 -0700)
dist/B-Deparse/t/deparse.t
patch
|
blob
|
blame
|
history
diff --git
a/dist/B-Deparse/t/deparse.t
b/dist/B-Deparse/t/deparse.t
index
daa611d
..
01bb74b
100644
(file)
--- 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 = 1
8
; # not counting those in the __DATA__ section
+my $tests = 1
9
; # not counting those in the __DATA__ section
use B::Deparse;
my $deparse = B::Deparse->new();