Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > f7b7788e4a5e36f311bc5e029e616f0f > files > 14

perl-Archive-Any-0.0932-7.fc16.noarch.rpm

#!/usr/bin/perl -w

use Archive::Any;
use Test::More tests => 1;

chdir 't';
ok( !Archive::Any->new("im_not_really_a.zip") );