Incorrect search filter: invalid characters - *.p[ml]
AI-Termites

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
archive can use it get an idea of the modules uses. It is usually a
good 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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 Test::More tests => 1;
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 )