File: 099_binary13.t

package info (click to toggle)
libjson-pp-perl 4.16000-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 508 kB
  • sloc: perl: 1,459; sh: 9; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (64)
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";