File: 00_load.t

package info (click to toggle)
libdaemon-control-perl 0.000009-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 232 kB
  • sloc: perl: 1,623; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/perl
use warnings;
use strict;
use Test::More;

use_ok( $_ ) for qw| Daemon::Control File::Spec POSIX |;

done_testing;