File: Catmandu-FedoraCommons-Model-getObjectHistory.t

package info (click to toggle)
libcatmandu-fedoracommons-perl 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 568 kB
  • sloc: perl: 2,523; xml: 78; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use strict;
use warnings;
use Test::More;
use Test::Exception;

my $pkg;

BEGIN {
    $pkg = 'Catmandu::FedoraCommons::Model::getObjectHistory';
    use_ok $pkg;
}
require_ok $pkg;

done_testing;