blob: a1f93a9512885a4ce99da1f368689ec74d3ebc1a [file] [log] [blame]
BEGIN {
if ($ENV{PERL_CORE}) {
chdir 't' if -d 't';
@INC = ("../lib", "lib/compress");
}
}
use lib qw(t t/compress);
use strict;
use warnings;
use IO::Compress::Deflate qw($DeflateError) ;
use IO::Uncompress::Inflate qw($InflateError) ;
sub identify
{
'IO::Compress::Deflate';
}
require "encode.pl" ;
run();