Last change
on this file since 179 was
179,
checked in by kake, 16 years ago
|
Modernised tests.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
397 bytes
|
Line | |
---|
1 | use ExtUtils::MakeMaker; |
---|
2 | WriteMakefile( NAME => "CGI::Wiki::Plugin::Categoriser", |
---|
3 | VERSION_FROM => "lib/CGI/Wiki/Plugin/Categoriser.pm", |
---|
4 | PREREQ_PM => { 'CGI::Wiki' => 0.53, # for testlib fixes |
---|
5 | 'Test::More' => 0, |
---|
6 | 'Carp' => 0 |
---|
7 | }, |
---|
8 | clean => { FILES => "t/sqlite-test.db t/sii-db-file-test.db" } |
---|
9 | ); |
---|
10 | |
---|
Note: See
TracBrowser
for help on using the repository browser.