Changeset 6759

Show
Ignore:
Timestamp:
09/06/05 00:45:45 (3 years ago)
Author:
Darren_Duncan
Message:

converted tabs to spaces in these 3 /inc/Module/Install/* files: Makefile.pm, Pugs.pm, WriteAll?.pm

Location:
inc/Module/Install
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • inc/Module/Install/Makefile.pm

    r4188 r6759  
    6464 
    6565    if ($] >= 5.005) { 
    66         $args->{ABSTRACT} = $self->abstract; 
    67         $args->{AUTHOR} = $self->author; 
     66        $args->{ABSTRACT} = $self->abstract; 
     67        $args->{AUTHOR} = $self->author; 
    6868    } 
    6969    if ( eval($ExtUtils::MakeMaker::VERSION) >= 6.10 ) { 
     
    7171    } 
    7272    if ( eval($ExtUtils::MakeMaker::VERSION) > 6.17 ) { 
    73         $args->{SIGN} = 1 if $self->sign; 
     73        $args->{SIGN} = 1 if $self->sign; 
    7474    } 
    7575    delete $args->{SIGN} unless $self->is_admin; 
  • inc/Module/Install/Pugs.pm

    r5738 r6759  
    8989        INSTALLPRIVLIB  => $libs->{privlib}, 
    9090        INSTALLSITEARCH => $libs->{sitearch}, 
    91         SITEARCHEXP     => $libs->{sitearch}, 
     91        SITEARCHEXP     => $libs->{sitearch}, 
    9292        INSTALLSITELIB  => $libs->{sitelib}, 
    93         SITELIBEXP      => $libs->{sitelib}, 
    94         PERLPREFIX      => $libs->{prefix}, 
    95         SITEPREFIX      => $libs->{siteprefix}, 
     93        SITELIBEXP      => $libs->{sitelib}, 
     94        PERLPREFIX      => $libs->{prefix}, 
     95        SITEPREFIX      => $libs->{siteprefix}, 
    9696    ); 
    9797} 
  • inc/Module/Install/WriteAll.pm

    r469 r6759  
    1818 
    1919    if ($0 =~ /Build.PL$/i) { 
    20         $self->Build->write; 
     20        $self->Build->write; 
    2121    } 
    2222    else { 
    23         $self->check_nmake if $args{check_nmake}; 
     23        $self->check_nmake if $args{check_nmake}; 
    2424        $self->makemaker_args( PL_FILES => {} ) 
    2525            unless $self->makemaker_args->{'PL_FILES'};