Changeset 21707 for Makefile.PL

Show
Ignore:
Timestamp:
08/01/08 16:19:19 (4 months ago)
Author:
audreyt
Message:

* avoid warnings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21705 r21707  
    3535print "[Automatic Installation]\n"; 
    3636 
    37 my $rebuilt; 
     37my $rebuilt = 0; 
    3838$rebuilt += bootstrap_with(Cabal            => qr/1\.4\./, '1.4.0'); 
    3939#$rebuilt ||= bootstrap_with(bytestring       => qr/0\.9\.[1-9]/, '0.9.1'); 
     
    188188    if (@has_version) { 
    189189        print "...loaded. ($has_version[0] >= $version)\n"; 
    190         return; 
     190        return 0; 
    191191    } 
    192192