| Current Path : /proc/thread-self/root/usr/share/doc/perl-Algorithm-C3/t/ |
| Current File : //proc/thread-self/root/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');
}