Changeset 5670


Ignore:
Timestamp:
06/27/09 07:54:54 (3 years ago)
Author:
CSJewell
Message:

Adding "first pass" duplicate-directory hints and adding modules that are needed only on Win32.

File:
1 edited

Legend:

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

    r5652 r5670  
    2626use Perl::Dist::Strawberry (); 
    2727 
    28 our $VERSION = '0.260_002'; 
     28our $VERSION = '0.260_003'; 
    2929our @ISA     = 'Perl::Dist::Strawberry'; 
    3030 
     
    5252         
    5353        # Temporary. 
    54         trace => 2 
     54        trace => 2, 
     55         
     56        # Tell it what additions to the directory tree to use. 
     57        msi_directory_tree_additions => [qw ( 
     58            perl\site\lib\auto\share\dist 
     59            perl\site\lib\auto\share\dist\Padre 
     60            perl\site\lib\auto\share\dist\Padre\icons 
     61            perl\site\lib\auto\share\dist\Padre\icons\padre 
     62            perl\site\lib\auto\share\dist\Padre\icons\padre\16x16 
     63            perl\site\lib\auto\Wx 
     64            perl\site\lib\auto\Wx\Perl 
     65            perl\site\lib\Wx 
     66            perl\site\lib\Wx\Perl 
     67        )], 
    5568         
    5669        # Build both exe and zip versions 
     
    101114    # them from the Wx problems 
    102115    $self->install_modules( qw{ 
     116        File::Glob::Windows 
    103117        File::Next 
    104118        App::Ack 
     
    148162        Test::Most 
    149163        Class::XSAccessor::Array 
     164        Parse::ExuberantCTags 
     165        CPAN::Mini 
     166        Portable 
    150167    } ); 
    151168 
     
    161178    # Install modules that add more Wx functionality 
    162179    $self->install_module( name => 'Wx::Perl::ProcessStream' ); 
    163     $self->install_module( name => 'Wx::Perl::Dialog'        ); 
    164180 
    165181    # And finally, install Padre itself 
Note: See TracChangeset for help on using the changeset viewer.