Your IP : 216.73.216.1


Current Path : /usr/share/doc/perl-Algorithm-C3/t/
Upload File :
Current File : //usr/share/doc/perl-Algorithm-C3/t/000_load.t

#!/usr/bin/perl

use strict;
use warnings;

use Test::More tests => 1;

BEGIN {
    use_ok('Algorithm::C3');          
}