Changeset 21762 for Makefile.PL

Show
Ignore:
Timestamp:
08/04/08 10:31:57 (5 months ago)
Author:
audreyt
Message:

* Add local repos cabal-install support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Makefile.PL

    r21752 r21762  
    4242$rebuilt += bootstrap_with(HTTP             => qr/300[01]\./, '3000.0'); 
    4343$rebuilt += bootstrap_with(zlib             => qr/0\.(?:[4-9]|[1-9]\d)\./, '0.4'); 
    44 $rebuilt += bootstrap_with('cabal-install'  => qr/0\.(?:[5-9]|[1-9]\d)\./, '0.5'); 
     44$rebuilt += bootstrap_with('cabal-install'  => qr/0\.(?:[5-9]|[1-9]\d)\..*9999/, '0.5.2.0.9999'); 
    4545 
    4646if ($rebuilt) {