| Key | Value |
|---|---|
| FileName | ./usr/share/doc/packages/perl-constant-boolean/xt/kwalitee.t |
| FileSize | 81 |
| MD5 | 3D4958C0293A28E44213033B03F955B2 |
| SHA-1 | 44147122D52FEF90AB3A2C65EBBA4F89342174F8 |
| SHA-256 | 2938DC09CCA9A23A5C3049644329C4DF4F426FBA0942578111CF37BC7B24F9B6 |
| SSDEEP | 3:TKQWaHM7q3QHFLMxaQ1DFMmAw:HWaHsl8aQdr |
| TLSH | T10FA022CC002A8383CF800CE38C30E3C0C0E82028CE8BB02B8CBC82E080C228C3E3022C |
| hashlookup:parent-total | 121 |
| hashlookup:trust | 100 |
The searched file hash is included in 121 parent files which include package known and seen by metalookup. A sample is included below:
| Key | Value |
|---|---|
| MD5 | 88B47F3125FB30DD7B3FB9C7F3FBF7BF |
| PackageArch | noarch |
| PackageDescription | Defines 'TRUE' and 'FALSE' constants in caller's namespace. You could use simple values like empty string or zero for false, or any non-empty and non-zero string value as true, but the 'TRUE' and 'FALSE' constants are more descriptive. It is virtually the same as: use constant TRUE => !! 1; use constant FALSE => !! ''; The constants exported by 'constant::boolean' are not reported by the Test::Pod::Coverage manpage, so it is more convenient to use this module than to define 'TRUE' and 'FALSE' constants by yourself. The constants can be removed from class API with 'no constant::boolean' pragma or some universal tool like the namespace::clean manpage. |
| PackageName | perl-constant-boolean |
| PackageRelease | 16.1 |
| PackageVersion | 0.02 |
| SHA-1 | 01638893CB2C6C7F6C391548068854844A722C02 |
| SHA-256 | 7FCC39991125014B6DB902742A7673AB9C3A89017903CD0EA62A1E01EF47B503 |
| Key | Value |
|---|---|
| MD5 | 20926A1E1E0431344D20B6F4A92138D8 |
| PackageArch | noarch |
| PackageDescription | This module provides a set of additional functions useful for Perl symbols manipulation. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Symbol-Util |
| PackageRelease | 22.fc32 |
| PackageVersion | 0.0203 |
| SHA-1 | 03FA4020E4A9A1F01AFCFE3F8F8A539104E2D82C |
| SHA-256 | A9BF2DA8263A487EC704BDA373695CD4190FBF247AB315471A7801AFA1120083 |
| Key | Value |
|---|---|
| MD5 | 31C5F124B87BA3D00F0571713FD6259B |
| PackageArch | noarch |
| PackageDescription | Defines 'TRUE' and 'FALSE' constants in caller's namespace. You could use simple values like empty string or zero for false, or any non-empty and non-zero string value as true, but the 'TRUE' and 'FALSE' constants are more descriptive. It is virtually the same as: use constant TRUE => !! 1; use constant FALSE => !! ''; The constants exported by 'constant::boolean' are not reported by the Test::Pod::Coverage manpage, so it is more convenient to use this module than to define 'TRUE' and 'FALSE' constants by yourself. The constants can be removed from class API with 'no constant::boolean' pragma or some universal tool like the namespace::clean manpage. |
| PackageName | perl-constant-boolean |
| PackageRelease | 16.1 |
| PackageVersion | 0.02 |
| SHA-1 | 04949D321B32160CB0D1C79884C476FCAD89014B |
| SHA-256 | 4630894D9ADD32BD7EA603ECBA6563B4868E5543FA48D01DC5B5962B6DBD3DCA |
| Key | Value |
|---|---|
| MD5 | 29B772E08B9FE9EFAC413A53F1A3A9BC |
| PackageArch | noarch |
| PackageDescription | This module provides a set of additional functions useful for Perl symbols manipulation. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Symbol-Util |
| PackageRelease | 24.fc33 |
| PackageVersion | 0.0203 |
| SHA-1 | 05C76F969A273C4CCBEF2F625DDD562C038BEC02 |
| SHA-256 | 89E7BE03EE829ECFDFC21987690E407BAD7EFF6CEA95A65743E125F1989E8DE1 |
| Key | Value |
|---|---|
| MD5 | 21E7EFCEC7D573247BF8BC3FCE6865F0 |
| PackageArch | noarch |
| PackageDescription | This module provides a set of additional functions useful for Perl symbols manipulation. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Symbol-Util |
| PackageRelease | 4.el7 |
| PackageVersion | 0.0203 |
| SHA-1 | 071E82C9BC5CED61232D159A79FC9ACDFF58D42A |
| SHA-256 | 004DFD3C9CB2DEF47BDED636B75533E45187838E19FB6076C0C17A4EEE22AA29 |
| Key | Value |
|---|---|
| MD5 | 45FCF78A58C99DEB08CEA8CE7E51D773 |
| PackageArch | noarch |
| PackageDescription | This module allows to store Moose object in glob reference of file handle. The class attributes will be stored in hash slot associated with glob reference. It allows to create a Moose version of the IO::Handle manpage. The attributes can be accessed directly with following expression: my $hashref = \%{*$self}; print $hashref->{key}; or shorter: print *$self->{key}; but the standard accessors should be used instead: print $self->key; |
| PackageName | perl-MooseX-GlobRef |
| PackageRelease | 15.3 |
| PackageVersion | 0.0701 |
| SHA-1 | 08DF981B822A95DDDA5350E1561848740B959A15 |
| SHA-256 | 46F6BF37CE4BF92E765866142FD2C5041121E02814033728089FECE1DA458218 |
| Key | Value |
|---|---|
| MD5 | CCAEC9637E1E2052F6D0FE8A2987BA33 |
| PackageArch | noarch |
| PackageDescription | This class provides a set of assertion methods useful for writing tests. The API is based on JUnit4 and the Test::Unit::Lite manpage and the methods die on failure. These assertion methods might be not useful for common the Test::Builder manpage-based (the Test::Simple manpage, the Test::More manpage, etc.) test units. The assertion methods can be used in class which is derived from 'Test::Assert' or used as standard Perl functions after importing them into user's namespace. 'Test::Assert' can also wrap standard the Test::Simple manpage, the Test::More manpage or other the Test::Builder manpage-based tests. The assertions can be also used for run-time checking. |
| PackageMaintainer | https://bugs.opensuse.org |
| PackageName | perl-Test-Assert |
| PackageRelease | 9.22 |
| PackageVersion | 0.0504 |
| SHA-1 | 0BFEBFD2CFF25DFEDF415CB01DF16B99912BB5AC |
| SHA-256 | CD5FCE277D367708885F1311FFAD16744758BD83A6863D4CB50136337FE18D41 |
| Key | Value |
|---|---|
| MD5 | 108A0DAAD2E5F4BABEA4D704BD89C540 |
| PackageArch | noarch |
| PackageDescription | This class extends standard the Exception::Base manpage and converts warning into real exception object. The warning message is stored in _warning_ attribute. |
| PackageName | perl-Exception-Warning |
| PackageRelease | lp150.3.2 |
| PackageVersion | 0.0401 |
| SHA-1 | 0D486A7FD28A57B8AF08FDD8B05366416DC5BBE1 |
| SHA-256 | 57FCF64355E3E2EE0794F3FF9322F7AC3D12C859453F23679D4C3AE7A0D6A95D |
| Key | Value |
|---|---|
| MD5 | 396674688F185C57FF501599A5E5D069 |
| PackageArch | noarch |
| PackageDescription | Defines 'TRUE' and 'FALSE' constants in caller's namespace. You could use simple values like empty string or zero for false, or any non-empty and non-zero string value as true, but the 'TRUE' and 'FALSE' constants are more descriptive. It is virtually the same as: use constant TRUE => !! 1; use constant FALSE => !! ''; The constants exported by 'constant::boolean' are not reported by the Test::Pod::Coverage manpage, so it is more convenient to use this module than to define 'TRUE' and 'FALSE' constants by yourself. The constants can be removed from class API with 'no constant::boolean' pragma or some universal tool like the namespace::clean manpage. |
| PackageName | perl-constant-boolean |
| PackageRelease | 16.61 |
| PackageVersion | 0.02 |
| SHA-1 | 0F88E1CFFC290B7A36E7FE6192BF62F7FAE8C327 |
| SHA-256 | F1D4E1448102C83D2A6537C421263DB8D5BF74700B3D99908DEE925AE73FC121 |
| Key | Value |
|---|---|
| MD5 | 98EB38FCC11A998EEE1911F2A2F976E6 |
| PackageArch | noarch |
| PackageDescription | This module allows to store Moose object in glob reference of file handle. The class attributes will be stored in hash slot associated with glob reference. It allows to create a Moose version of the IO::Handle manpage. The attributes can be accessed directly with following expression: my $hashref = \%{*$self}; print $hashref->{key}; or shorter: print *$self->{key}; but the standard accessors should be used instead: print $self->key; |
| PackageMaintainer | https://bugs.opensuse.org |
| PackageName | perl-MooseX-GlobRef |
| PackageRelease | lp150.1.3 |
| PackageVersion | 0.0701 |
| SHA-1 | 107BDDF945AC5067025A9C33AA36CC794F6C15C8 |
| SHA-256 | C28622912B054FD2C84D0E9AD6B6DD9A6FAB81FC046851EEA1744F394811D3F3 |