Show
Ignore:
Timestamp:
04/12/08 13:29:16 (4 years ago)
Author:
dom
Message:

fix MANIFEST to not include META.yml (will be added later), and signature
creation and release date

Location:
wiki-toolkit-formatter-usemod/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-formatter-usemod/trunk/Changes

    r403 r406  
    1 0.21 
     10.21    12 April 2008 
    22        Made Test::MockObject optional. 
    33        Skip tests broken by Text::WikiFormat bug 
  • wiki-toolkit-formatter-usemod/trunk/MANIFEST

    r239 r406  
    1717t/twf-bug.t 
    1818t/usemod.t 
    19 META.yml                                 Module meta-data (added by MakeMaker) 
  • wiki-toolkit-formatter-usemod/trunk/Makefile.PL

    r401 r406  
    11use ExtUtils::MakeMaker; 
    22 
    3 WriteMakefile( NAME         => "Wiki::Toolkit::Formatter::UseMod", 
     3WriteMakefile( 
     4               (MM->can('signature_target') ? (SIGN => 1) : ()), 
     5               NAME         => "Wiki::Toolkit::Formatter::UseMod", 
    46               VERSION_FROM => "lib/Wiki/Toolkit/Formatter/UseMod.pm", 
    57               PREREQ_PM    => { 'Text::WikiFormat' => '0.71', # 0.7 buggy