File: 10-load.t

package info (click to toggle)
liblog-dispatch-configurator-any-perl 1.110690-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 156 kB
  • sloc: perl: 96; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/usr/bin/env perl

use strict;
use warnings;
use Test::More tests => 1;
BEGIN { use_ok( 'Log::Dispatch::Configurator::Any' ); }