Fixed windows support
Change-Id: I00796d75841ce2728f5bc9bd0524275bfb4f7ef2
diff --git a/t/multiple_archives.t b/t/multiple_archives.t
index fbe14e3..7865101 100644
--- a/t/multiple_archives.t
+++ b/t/multiple_archives.t
@@ -6,7 +6,7 @@
use File::Spec::Functions qw/catfile catdir/;
use File::Temp qw/tempdir/;
-use_ok('KorAP::XML::Archive');
+use KorAP::XML::Archive;
my $name = 'wpd15-single';
my @path = (dirname(__FILE__), 'corpus','archives');
@@ -15,7 +15,7 @@
my $archive = KorAP::XML::Archive->new($file);
unless ($archive->test_unzip) {
- plan skip_all => 'unzip not found';
+ plan skip_all => 'unzip not found';
};
ok($archive->test, 'Test archive');