Name : perl-warnings-MaybeFatal
| |
Version : 0.005
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.61
| Date : 2024-08-05 18:34:38
|
Group : Development/Libraries/Perl
| Source RPM : perl-warnings-MaybeFatal-0.005-1.61.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : Make Warnings Fatal at Compile-Time Only
|
Description :
Because it\'s kind of annoying if a warning stops your program from being compiled, but it\'s _really_ annoying if it breaks your program part way through actually executing.
This lexically scoped pragma will make all warnings (including custom warnings emitted with the \'warn\' keyword) FATAL during compile time. It does not enable or disable any warnings in its own right. It just makes any warnings that happen to be enabled FATAL during the compile.
(Note that the compile phase and execute phase are not as cleanly divided in Perl as they are in, say, C. If module X loads module Y at run-time, then module Y\'s compile time happens during module X\'s run-time. In this situation, a warning that is triggered while compiling Y will be FATAL, even though from module X\'s perspective, this is at run-time.)
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-W/openSUSE_Tumbleweed/noarch |