File: Catmandu-FileBag-Index.t

package info (click to toggle)
libcatmandu-filestore-perl 1.16-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 732 kB
  • sloc: perl: 2,495; sh: 6; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use Test::Exception;

my $pkg;

BEGIN {
    $pkg = 'Catmandu::FileBag::Index';
    use_ok $pkg;
}

require_ok $pkg;

done_testing;