File: 01-use.t

package info (click to toggle)
librt-client-rest-perl 1%3A0.60-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 584 kB
  • sloc: perl: 4,345; 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);
}