Changeset 414

Show
Ignore:
Timestamp:
04/17/08 19:52:25 (4 years ago)
Author:
dom
Message:

whitespace tidy

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-formatter-usemod/trunk/Makefile.PL

    r406 r414  
    22 
    33WriteMakefile( 
    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);