xref: /openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/099_binary08.t (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1*f2a19305Safresh1$0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
2*f2a19305Safresh1$ENV{JSONPP_CHUNK} = 0+$1;
3*f2a19305Safresh1do "./t/099_binary.pl";
4