File: 099_binary15.t

package info (click to toggle)
libjson-pp-perl 4.16000-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 488 kB
  • sloc: perl: 1,459; sh: 9; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (80)
1
2
3
$0=~/binary(\d\d)/ or die "Could not detect chunk from '$0'";
$ENV{JSONPP_CHUNK} = 0+$1;
do "./t/099_binary.pl";