Changeset 491

Show
Ignore:
Timestamp:
01/31/09 20:00:41 (3 years ago)
Author:
dom
Message:

clean up files

Location:
wiki-toolkit-plugin-ping/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit-plugin-ping/trunk/Changes

    r490 r491  
    44        Support configurable user-agent (#18) 
    55        Sign distribution 
     6        Cleanup test database in clean target 
    67 
    780.01    5 December 2006 
  • wiki-toolkit-plugin-ping/trunk/Makefile.PL

    r490 r491  
    1212      (ABSTRACT_FROM => 'lib/Wiki/Toolkit/Plugin/Ping.pm', # retrieve abstract from module 
    1313       AUTHOR     => 'Nick Burch (openguides (at) gagravarr [dot] org)') : ()), 
     14    clean          => { FILES => 't/sqlite-test.db' }, 
    1415);