Changeset 512


Ignore:
Timestamp:
10/26/08 10:06:13 (3 years ago)
Author:
szabgab
Message:

temporarily remove the Module::Install target from Module::Starter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Padre/Wx/ModuleStartDialog.pm

    r510 r512  
    4343    my ($config) = @_; 
    4444 
    45     my @builders = ('Module::Build', 'ExtUtils::MakeMaker', 'Module::Install'); 
     45    my @builders = ('Module::Build', 'ExtUtils::MakeMaker'); #, 'Module::Install'); 
    4646    my @licenses = qw(apache artistic artistic_2 bsd gpl lgpl mit mozilla open_source perl restrictive unrestricted); 
    4747    # licenses list taken from  
Note: See TracChangeset for help on using the changeset viewer.