| 4 | | (MM->can('signature_target') ? (SIGN => 1) : ()), |
| 5 | | NAME => "Wiki::Toolkit::Formatter::UseMod", |
| 6 | | VERSION_FROM => "lib/Wiki/Toolkit/Formatter/UseMod.pm", |
| 7 | | PREREQ_PM => { 'Text::WikiFormat' => '0.71', # 0.7 buggy |
| 8 | | 'HTML::PullParser' => 0, |
| 9 | | 'Test::More' => 0, |
| 10 | | 'URI::Escape' => 0, |
| 11 | | 'URI::Find::Delimited' => '0.02'#earlier buggy |
| 12 | | } |
| 13 | | ); |
| | 4 | (MM->can('signature_target') ? (SIGN => 1) : ()), |
| | 5 | NAME => "Wiki::Toolkit::Formatter::UseMod", |
| | 6 | VERSION_FROM => "lib/Wiki/Toolkit/Formatter/UseMod.pm", |
| | 7 | PREREQ_PM => { 'Text::WikiFormat' => '0.71', # 0.7 buggy |
| | 8 | 'HTML::PullParser' => 0, |
| | 9 | 'Test::More' => 0, |
| | 10 | 'URI::Escape' => 0, |
| | 11 | 'URI::Find::Delimited' => '0.02', # earlier buggy |
| | 12 | } |
| | 13 | ); |