File: 01-use.t

package info (click to toggle)
librt-client-rest-perl 1%3A0.56-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 568 kB
  • sloc: perl: 4,205; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl
# vim:ft=perl:

use strict;
use warnings;

use Test::More tests => 2;

BEGIN {
    use_ok ('RT::Client::REST');
    use_ok ('RT::Client::REST', 0.53);
}