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:
2f51525
)
Add a test count to fresh_perl_utf8.t
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 13 Jul 2011 04:32:06 +0000
(21:32 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 13 Jul 2011 04:46:54 +0000
(21:46 -0700)
t/op/fresh_perl_utf8.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/fresh_perl_utf8.t
b/t/op/fresh_perl_utf8.t
index
5439293
..
fcf48e7
100644
(file)
--- a/
t/op/fresh_perl_utf8.t
+++ b/
t/op/fresh_perl_utf8.t
@@
-8,6
+8,8
@@
BEGIN {
require './test.pl';
}
+plan 1;
+
use utf8;
use strict;
use open qw( :utf8 :std );