Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ if ( $config{plucene} ) {
WriteMakefile( (MM->can('signature_target') ? (SIGN => 1) : ()),
NAME => "Wiki::Toolkit",
VERSION_FROM => "lib/Wiki/Toolkit.pm",
LICENSE => "perl_5",
PREREQ_PM => { 'Text::WikiFormat' => '0.78', #earlier's buggy
'HTML::PullParser' => 0,
'Digest::MD5' => 0,
Expand Down
2 changes: 1 addition & 1 deletion lib/Wiki/Toolkit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ and Dominic Hargreaves)

Questions should go to [email protected].

=head1 COPYRIGHT
=head1 LICENSE AND COPYRIGHT

Copyright (C) 2002-2004 Kake Pugh. All Rights Reserved.
Copyright (C) 2006-2013 the Wiki::Toolkit team. All Rights Reserved.
Expand Down