           SPELL=ipc-system-simple
         VERSION=1.30
          SOURCE="IPC-System-Simple-${VERSION}.tar.gz"
   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/J/JK/JKEENAN/${SOURCE}
     SOURCE_HASH=sha512:82937df80ae38a9c21e43e256a21cdac1482d4a069eae282043d676ece06251a7139b752cd2b379a0f69ea9209ddd075607da86c6cb9b25f19cf90d91c28d72f
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/IPC-System-Simple-${VERSION}"
        WEB_SITE="https://metacpan.org/pod/IPC::System::Simple"
      LICENSE[0]=ART
         ENTERED=20181213
           SHORT="run commands simply, with detailed diagnostics"
cat << EOF
Calling Perl's in-built system() function is easy, determining if it was
successful is hard. Let's face it, $? isn't the nicest variable in the world
to play with, and even if you do check it, producing a well-formatted error
string takes a lot of work.

IPC::System::Simple takes the hard work out of calling external commands.
EOF
