| Key | Value |
|---|---|
| FileName | ./usr/share/doc/packages/perl-constant-boolean/LICENSE |
| FileSize | 18252 |
| MD5 | D4523C453F44BFB4886D3B4AEDB27759 |
| SHA-1 | 74B1C398020B9C1E8849B7982751CB70ECC5DE8D |
| SHA-256 | C0CD7CAAFB258EE9F022FDC0345A3B78302224F3CA30D9470D754CD203B410DF |
| SSDEEP | 384:pF2Msr6v0F6gB3KOrc9RlPW7d+m7LD+MKO6qsC2H:pF2ov+LoPgd+EvPA |
| TLSH | T12882A52F774443F205C30A617A4B68DFE32FA169722A4094785DC25D271BE3983FEAD5 |
| hashlookup:parent-total | 93 |
| hashlookup:trust | 100 |
The searched file hash is included in 93 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 | 4E4CE5AACA19EA25894ED2E53EB231D1 |
| 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 Test::Pod::Coverage, 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 namespace::clean. |
| PackageName | perl-constant-boolean |
| PackageRelease | 1.36 |
| PackageVersion | 0.02 |
| SHA-1 | 01FFAE12E70DF5BF33C974BC5741E626106208EA |
| SHA-256 | B546776F4E58BC0E27E3A9892489C41776ADC2B1A48F2A163F99B754E2860B25 |
| Key | Value |
|---|---|
| MD5 | 611B1275CF1C8FD870113496D98E4DDC |
| PackageArch | noarch |
| PackageDescription | This pragma loads a Perl module. If the module can't be loaded, the error will be ignored. Otherwise, the module's import method is called with unchanged caller stack. The special constant 'maybe::HAVE__MODULE_' is created and it can be used to enable or disable block of code at compile time. |
| PackageName | perl-maybe |
| PackageRelease | 8.43 |
| PackageVersion | 0.0202 |
| SHA-1 | 038A9A3BED29F90F0BD2C3F3E3B36E61F31B950F |
| SHA-256 | D0696A2BF4651F60BA45BCB1159553B383DD11E62626DF381F1766B997560120 |
| 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 | EEBAE0BD600501EEB3512C9AD8B7D3F4 |
| PackageArch | noarch |
| PackageDescription | This framework provides lighter version of Test::Unit framework. It implements some of the Test::Unit classes and methods needed to run test units. The Test::Unit::Lite tries to be compatible with public API of Test::Unit. It doesn't implement all classes and methods at 100% and only those necessary to run tests are available. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Test-Unit-Lite |
| PackageRelease | 9.fc16 |
| PackageVersion | 0.12 |
| SHA-1 | 092E89998B1683594CF7C46723647D7FF92463C3 |
| SHA-256 | FD5F61AE39644015F3D322856EC06DCCE894F1CADB3BC25698CCC6203761CC99 |
| 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 | 720317FC08BB82BB3289F9DFD4BA03D0 |
| PackageArch | noarch |
| PackageDescription | This class provides a set of assertion methods useful for writing tests. The API is based on JUnit4 and Test::Unit and the methods die on failure. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Test-Assert |
| PackageRelease | 9.fc21 |
| PackageVersion | 0.0504 |
| SHA-1 | 0E99AE7EC0628EA7A859BC99183051C4B629B602 |
| SHA-256 | 892AB14808DC4663DB5537DD5AB55568EC91F6B13CB2254880B14E4356CF463C |
| 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 | 0AF9E558C6C5E1FD40554E2F3610EF11 |
| 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. |
| PackageName | perl-Test-Assert |
| PackageRelease | 16.1 |
| PackageVersion | 0.0504 |
| SHA-1 | 127B7B36C4D825939EABE438C8674FB7DC9CE0F1 |
| SHA-256 | AA8C2B02326E6EAC6E549C2C96438876082430ACF9686651E2BD022920794414 |
| Key | Value |
|---|---|
| MD5 | 45678DBACDBBB4A7D90335A7C8BE1808 |
| PackageArch | noarch |
| PackageDescription | This class provides a set of assertion methods useful for writing tests. The API is based on JUnit4 and Test::Unit and the methods die on failure. |
| PackageMaintainer | Fedora Project |
| PackageName | perl-Test-Assert |
| PackageRelease | 32.fc34 |
| PackageVersion | 0.0504 |
| SHA-1 | 14F856107F5484771F5A6529AD36BCFD6C0B334E |
| SHA-256 | 2C55C97EDE09C18C1C21F830B05CB8BA6528309503BBEF97C0A749FF16F40D75 |