#!/opt/rh/rh-perl520/root/usr/bin/perl

eval 'exec /opt/rh/rh-perl520/root/usr/bin/perl  -S $0 ${1+"$@"}'
    if 0; # not running under some shell

use strict ;
use warnings ;
use IO::Compress::Bzip2 qw(:all);

bzip2 '-' => '-'
  or die "bzstream: $Bzip2Error\n" ;

