Name : perl-Acme-DoOrDie
| |
Version : 0.001
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp154.1.1
| Date : 2023-01-27 16:42:01
|
Group : Development/Libraries/Perl
| Source RPM : perl-Acme-DoOrDie-0.001-lp154.1.1.src.rpm
|
Size : 0.00 MB
| |
Packager : https://www_suse_com/
| |
Summary : Do-File Replacement That Dies On Errors
|
Description :
Error handling for the \'do(FILENAME)\' built-in function is inconvenient. The main problem is that you need to examine more than just the return value to distinguish a file-not-found condition from a successful invocation of a file that ends with these two statements:
$! = ENOENT; undef;
(The autodie module can\'t help you since it doesn\'t support the \'do\' function.)
This module provides the replacement function \'do_or_die\' that reports any error by throwing an exception. The same function is also available under the alias \'do\' (not exported by default).
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/15.4/noarch |