SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Win32-Status rpm build for : OpenSuSE. For other distributions click perl-Win32-Status.

Name : perl-Win32-Status
Version : 0.81 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2023-01-27 17:49:34
Group : Development/Libraries/Perl Source RPM : perl-Win32-Status-0.81-lp154.1.1.src.rpm
Size : 0.06 MB
Packager : https://www_suse_com/
Summary : convert Win32 status strings to integers and back
Description :
This module contains two public hashes:

* *%INTEGER_TO_SYMBOL*

Map from an integer value to a status string (e.g. 0xC0000005 =>
\'STATUS_ACCESS_VIOLATION\').

Note that a few integers have multiple associated symbols. In that case,
the returned string is the string arbitrarily chosen as the most
relevant.

* *%SYMBOL_TO_INTEGER*

Map from a status string to an integer (e.g. \'STATUS_ACCESS_VIOLATION\' =>
0xC0000005)

On request, the module will also directly export any named status
constants:

use Win32::Status qw( STATUS_ACCESS_VIOLATION STATUS_INTEGER_OVERFLOW );

if ($process->exitcode() == STATUS_ACCESS_VIOLATION) {
warn \"Process crashed with access violation!\";
}
elsif ($process->exitcode() == STATUS_INTEGER_OVERFLOW) {
warn \"Process died due to integer overflow!\";
}

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-W/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Win32-Status-0.81-lp154.1.1.noarch.rpm
     

Provides :
perl(Win32::Status)
perl-Win32-Status

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Readonly)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Win32
/usr/lib/perl5/vendor_perl/5.26.1/Win32/Status.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Win32-Status
/usr/share/doc/packages/perl-Win32-Status/Changes
/usr/share/doc/packages/perl-Win32-Status/README
/usr/share/man/man3/Win32::Status.3pm.gz

 
ICM