File: 01_compile.t

package info (click to toggle)
libobject-destroyer-perl 2.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: perl: 614; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

# Load testing for Object::Destroyer

use strict;
use warnings;

use Test::More;

use_ok( 'Object::Destroyer' );

done_testing;