Provided by: libfile-util-perl_4.132140-2_all bug

NAME

       File::Util::Exception::Standard - Standard (non-verbose) error messages

VERSION

       version 4.132140

DESCRIPTION

       Provides error messages when things go wrong.  Use the "File::Util::Exception::Diagnostic" module if you
       want more helpful error messages.

       Standard use (without diagnostics):

          use File::Util;

       Debug/troubleshooting use (with diagnostics):

          use File::Util qw( :diag );

       Users, please don't use this module by itself (directly).  It is for internal use only.

perl v5.20.2                                       2015-06-01               File::Util::Exception::Standard(3pm)