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_a.t
CommitLineData
55e8b15f
KW
1#!./perl
2
3use strict;
4use warnings;
5no warnings 'once';
6
7BEGIN {
8 chdir 't' if -d 't';
9 require './test.pl';
55e8b15f 10 set_up_inc('../lib');
8c892c9b 11 require './loc_tools.pl';
55e8b15f
KW
12}
13
14$::TEST_CHUNK = 'a';
15
16do './re/fold_grind.pl';
17print STDERR "$@\n" if $@;
18print STDERR "$!\n" if $!;
19
201;
21
22#
23# ex: set ts=8 sts=4 sw=4 et:
24#