File: zip_root.t

package info (click to toggle)
cpanminus 1.7048-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,372 kB
  • sloc: perl: 14,713; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use strict;
use xt::Run;
use Test::More;

run 'CJOHNSTON/Win32-SystemInfo-0.11.zip';
unlike last_build_log, qr/Bad archive/;

run 'CPAN::Test::Dummy::Perl5::Make::Zip';
like last_build_log, qr/installed/;

run 'JJONES/Finance-OFX-Parse-Simple-0.07.zip';
like last_build_log, qr/installed/;

done_testing;