Changeset 512
- Timestamp:
- 10/26/08 10:06:13 (3 years ago)
- File:
-
- 1 edited
-
trunk/lib/Padre/Wx/ModuleStartDialog.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Padre/Wx/ModuleStartDialog.pm
r510 r512 43 43 my ($config) = @_; 44 44 45 my @builders = ('Module::Build', 'ExtUtils::MakeMaker' , 'Module::Install');45 my @builders = ('Module::Build', 'ExtUtils::MakeMaker'); #, 'Module::Install'); 46 46 my @licenses = qw(apache artistic artistic_2 bsd gpl lgpl mit mozilla open_source perl restrictive unrestricted); 47 47 # licenses list taken from
Note: See TracChangeset
for help on using the changeset viewer.
