Ticket #27654: p5-try-tiny.long_desc.patch

File p5-try-tiny.long_desc.patch, 1.1 KB (added by larry+macports@…, 13 years ago)

Suggested long description (apply this 2nd)

  • rsync.macports.org/release/ports/perl/p5-try-tiny/Portfile

    # HG changeset patch
    # Parent 13db09b685370cec182db3ec1f7006bdd5d70b1b
    
    diff -r 13db09b68537 rsync.macports.org/release/ports/perl/p5-try-tiny/Portfile
    a b  
    77maintainers         narf_tm openmaintainer
    88license             MIT
    99description         minimal try/catch with proper localization of $@
    10 long_description    ${description}
     10long_description    \
     11       The main focus of this module is to provide simple and reliable error \
     12       handling for those having a hard time installing TryCatch, but who \
     13       still want to write correct \"eval\" blocks without 5 lines of \
     14       boilerplate each time.  It\'s designed to work as correctly as \
     15       possible in light of the various pathological edge cases and to be \
     16       compatible with any style of error values (simple strings, \
     17       references, objects, overloaded objects, etc).
    1118
    1219platforms           darwin
    1320