Show
Ignore:
Timestamp:
04/18/08 00:16:39 (4 years ago)
Author:
dom
Message:

cleanup better

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

Legend:

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

    r416 r417  
    110.22    18 April 2008 
    22        Add missing prerequisite of Wiki::Toolkit to aid automated testing. 
     3        Clean up test sqlite databases correctly 
    34 
    450.21    12 April 2008 
  • wiki-toolkit-formatter-usemod/trunk/Makefile.PL

    r415 r417  
    1111                      'URI::Find::Delimited' => '0.02', # earlier buggy 
    1212                      'Wiki::Toolkit'        => 0, 
    13                     } 
     13                    }, 
     14    clean        => { FILES => "t/*.db" }, 
    1415);