Changeset 10302

Show
Ignore:
Timestamp:
05/12/06 04:06:34 (3 years ago)
Author:
audreyt
svk:copy_cache_prev:
13387
Message:

* in docs/Perl6/Makefile.PL, don't propagate errors upward if LWP::Simple can't be found.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • docs/Perl6/Makefile.PL

    r10131 r10302  
    1919sub refresh_specs { 
    2020    # okay, we are at author side - refresh Synopses 
     21    local $@; 
    2122    eval { require LWP::Simple } or return; 
    2223