Changeset 5652


Ignore:
Timestamp:
06/27/09 00:14:38 (3 years ago)
Author:
CSJewell
Message:

Reordering one module, removing another that was already in core, and adding a trace line temporarily.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Perl-Dist-Padre/lib/Perl/Dist/Padre.pm

    r5651 r5652  
    5050        build_number         => 1, 
    5151        beta_number          => 1, 
     52         
     53        # Temporary. 
     54        trace => 2 
    5255         
    5356        # Build both exe and zip versions 
     
    140143        Text::FindIndent 
    141144        Pod::Abstract 
    142         Test::Most 
    143145        Devel::StackTrace 
    144146        Class::Data::Inheritable 
    145147        Exception::Class 
    146         Text::Balanced 
     148        Test::Most 
    147149        Class::XSAccessor::Array 
    148150    } ); 
Note: See TracChangeset for help on using the changeset viewer.