AI-Termites
view release on metacpan or search on metacpan
1112131415161718192021222324252627282930good idea to provide version information here so that people can
decide whether fixes
for
the module are worth downloading.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
blah blah blah
COPYRIGHT AND LICENCE
t/AI-Termites.t view on Meta::CPAN
1234567891011121314151617# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl AI-Termites.t'
#########################
# change 'tests => 1' to 'tests => last_test_to_print';
use
strict;
use
warnings;
BEGIN { use_ok(
'AI::Termites'
) };
#########################
# Insert your test code below, the Test::More module is use()ed here so read
# its man page ( perldoc Test::More ) for help writing this test script.
( run in 0.239 second using v1.01-cache-2.11-cpan-2b0bae70ee8 )