~ubuntu-branches/ubuntu/trusty/libarchive-any-lite-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to t/fail.t

  • Committer: Package Import Robot
  • Author(s): Florian Schlichting
  • Date: 2013-08-11 13:31:07 UTC
  • Revision ID: package-import@ubuntu.com-20130811133107-jj4fxac10e09vrnc
Tags: upstream-0.07
ImportĀ upstreamĀ versionĀ 0.07

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# this test is borrowed from Archive::Any to secure compatibility
 
2
 
 
3
use strict;
 
4
use warnings;
 
5
use Archive::Any::Lite;
 
6
use Test::More tests => 1;
 
7
 
 
8
ok( !Archive::Any::Lite->new("im_not_really_a.zip") );