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
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Upgrade Filter-Util-Call from version 1.54 to 1.55
[perl5.git]
/
cpan
/
Filter-Util-Call
/
t
/
rt_101033.t
1
#! perl
2
use lib 't';
3
use rt_101033;
4
5
print "1..1\n";
6
my $s = <DATA>;
7
print "not " if $s !~ /^test/;
8
print "ok 1 # TODO RT #101033 + Switch #97440 ignores __DATA__\n";
9
10
__DATA__
11
test