Changeset 1244 for trunk

Show
Ignore:
Timestamp:
10/22/08 13:39:36 (17 months ago)
Author:
dom
Message:

Fix clean target to remove everything it should (fixes #242)

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/Build.PL

    r1242 r1244  
    339339$build->add_to_cleanup( "t/indexes/" ); 
    340340$build->add_to_cleanup( "t/node.db" ); 
     341$build->add_to_cleanup( "t/prefs.db" ); 
    341342$build->add_to_cleanup( "t/templates/tmp/" ); 
    342343 
  • trunk/Changes

    r1243 r1244  
    2020          without explicit moderation (#203) 
    2121        Don't add delete links unless the user requests (#159) 
     22        Fix clean target to remove everything it should (#242) 
    2223 
    23240.63    16 August 2008