xref: /openbsd-src/gnu/usr.bin/perl/t/lib/croak.t (revision 898184e3e61f9129feb5978fad5a8c6865f00b92)
1b39c5158Smillert#!./perl
2b39c5158Smillert
3b39c5158Smillertchdir 't' if -d 't';
4b39c5158Smillert@INC = '../lib';
5b39c5158Smillert
6*898184e3Ssthen$FATAL = 1; # we expect all the tests to croak
7*898184e3Ssthenrequire "../t/lib/common.pl";
8