Last change
on this file since 261 was
261,
checked in by Dominic Hargreaves, 15 years ago
|
More renames.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
382 bytes
|
Line | |
---|
1 | use ExtUtils::MakeMaker; |
---|
2 | WriteMakefile( NAME => "Wiki::Toolkit::Plugin::Categoriser", |
---|
3 | VERSION_FROM => "lib/Wiki/Toolkit/Plugin/Categoriser.pm", |
---|
4 | PREREQ_PM => { 'Wiki::Toolkit', |
---|
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.