File: 00compile.t

package info (click to toggle)
libarchive-any-perl 0.0946-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 464 kB
  • sloc: perl: 566; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl -w

use Test::More 'no_plan';

use_ok('Archive::Any');
use_ok('Archive::Any::Plugin');
use_ok('Archive::Any::Plugin::Zip');
use_ok('Archive::Any::Plugin::Tar');
use_ok('Archive::Any::Tar');
use_ok('Archive::Any::Zip');