File: 00_compile.t

package info (click to toggle)
liblog-dispatch-message-passing-perl 0.009-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: perl: 1,406; makefile: 9; sh: 4
file content (8 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
use strict;
use warnings;
use Test::More;

use_ok 'Log::Dispatch::Message::Passing';

done_testing;