#!/usr/bin/perl -w use Test::More tests => 2; use_ok( 'Archive::Zip' ); use_ok( 'Archive::Zip::MemberRead' );