Changeset 5669


Ignore:
Timestamp:
06/27/09 07:41:02 (3 years ago)
Author:
szabgab
Message:

add the wx related modules and use PERL_MM_USE_DEFAULT=1

File:
1 edited

Legend:

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

    r5593 r5669  
    226226        ['ExtUtils::CBuilder'       => '0.24'], 
    227227 
    228 #       ['Alien::wxWidgets'         => '0.43'], 
    229 #       ['Wx'                       => '0.91'], 
    230 #       ['Wx::Perl::ProcessStream'  => '0.11'], 
     228        ['Alien::wxWidgets'         => '0.43'], 
     229        ['Wx'                       => '0.91'], 
     230        ['Wx::Perl::ProcessStream'  => '0.11'], 
    231231 
    232232    ); 
    233233    foreach my $m (@modules) { 
     234        local $ENV{PERL_MM_USE_DEFAULT} = 1; 
    234235        _system("$self->{perl_install_dir}/bin/perl $self->{perl_install_dir}/bin/mycpan.pl $m->[0]"); 
    235236    } 
Note: See TracChangeset for help on using the changeset viewer.