AFS-Monitor

 view release on metacpan or  search on metacpan

src/t/Monitor.t  view on Meta::CPAN

use strict;

use lib qw(../../inc ../inc ./inc);

use Test::More tests => 11;

BEGIN {
  use_ok('AFS::Monitor', qw(error_message constant));
}

# Some very basic tests first:

sub foo { return &AFS::Monitor::RX_CALL_CLEARED }

# test error_message

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.693 second using v1.00-cache-2.02-grep-82fe00e-cpan-585fae043c8 )