Changeset 494
- Timestamp:
- 01/31/09 20:23:35 (3 years ago)
- Location:
- wiki-toolkit-plugin-categoriser/trunk
- Files:
-
- 3 modified
-
Changes (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
-
lib/Wiki/Toolkit/Plugin/Categoriser.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wiki-toolkit-plugin-categoriser/trunk/Changes
r382 r494 1 0.06 1 0.06 31 January 2009 2 2 Explicitly skip tests if no backends configured, to avoid spurious 3 3 test failure reports. 4 Sign distribution 4 5 5 6 0.05 8 March 2007 -
wiki-toolkit-plugin-categoriser/trunk/Makefile.PL
r265 r494 1 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' => 0, 5 'Test::More' => 0, 6 'Carp' => 0 7 }, 8 clean => { FILES => "t/sqlite-test.db t/sii-db-file-test.db" } 9 ); 10 2 WriteMakefile( 3 (MM->can('signature_target') ? (SIGN => 1) : ()), 4 NAME => "Wiki::Toolkit::Plugin::Categoriser", 5 VERSION_FROM => "lib/Wiki/Toolkit/Plugin/Categoriser.pm", 6 PREREQ_PM => { 'Wiki::Toolkit' => 0, 7 'Test::More' => 0, 8 'Carp' => 0 9 }, 10 clean => { FILES => "t/sqlite-test.db t/sii-db-file-test.db" } 11 ); -
wiki-toolkit-plugin-categoriser/trunk/lib/Wiki/Toolkit/Plugin/Categoriser.pm
r382 r494 157 157 158 158 Copyright (C) 2003-4 Kake Pugh. All Rights Reserved. 159 Copyright (C) 2006 the Wiki::Toolkit team. All Rights Reserved.159 Copyright (C) 2006-2009 the Wiki::Toolkit team. All Rights Reserved. 160 160 161 161 This module is free software; you can redistribute it and/or modify it
