This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
new perldelta
[perl5.git] / t / re / fold_grind_aa.t
1 #!./perl
2
3 # Call fold_grind with /aa
4
5 use strict;
6 use warnings;
7 no warnings 'once';
8
9 BEGIN {
10     chdir 't' if -d 't';
11     require './test.pl';
12     set_up_inc('../lib');
13     require './loc_tools.pl';
14 }
15
16 $::TEST_CHUNK = 'aa';
17
18 do './re/fold_grind.pl';
19 print STDERR "$@\n" if $@;
20 print STDERR "$!\n" if $!;