Archive-Any-Lite

 view release on metacpan or  search on metacpan

t/fail.t  view on Meta::CPAN

# this test is borrowed from Archive::Any to secure compatibility

use strict;
use warnings;
use Archive::Any::Lite;
use Test::More tests => 1;

ok( !Archive::Any::Lite->new("im_not_really_a.zip") );



( run in 0.667 second using v1.01-cache-2.11-cpan-5735350b133 )