This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Create a block around some code; indent
[perl5.git] / t / lib / croak.t
CommitLineData
4b63d99d 1#!./perl
4b63d99d 2
59e38755
TC
3chdir 't' if -d 't';
4@INC = '../lib';
4b63d99d 5
59e38755
TC
6$FATAL = 1; # we expect all the tests to croak
7require "../t/lib/common.pl";