Changeset 1058

Show
Ignore:
Timestamp:
06/10/07 16:29:55 (18 months ago)
Author:
dom
Message:

Clarify error message with missing build deps (patch from andrewb) (fixes #211)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Build.PL

    r1046 r1058  
    1010}; 
    1111 
    12 die "Config::Tiny is required to configure this application.\n" if $@; 
     12die "Problem loading OpenGuides module or a missing module\n\n$@.\n" if $@; 
    1313 
    1414print <<EOF;