File: 01-use.t

package info (click to toggle)
librt-client-rest-perl 1%3A0.72-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: perl: 4,883; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
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 );
}