Result for 986F586B3178B11FCE69D77D50C0BA72AA020449

Query result

Key Value
FileName./usr/share/doc/packages/perl-Business-ISSN/examples/placeholder.pl
FileSize88
MD513FD5B23DBAF1AD8F26047451F195CE6
SHA-1986F586B3178B11FCE69D77D50C0BA72AA020449
SHA-256EB71FCFA72E25532B1FAD1DE2A7787B903579035185F4FA6910C693FACC058F5
SSDEEP3:TKQWaHM7IFArSBQjcQlTTLFAAd91eLG8:HWaHs4USBQjcOTTLpei8
TLSHT149B012455101301D020509974515E658A89A12A44D401C1014EC41B09041343A0D9650
hashlookup:parent-total61
hashlookup:trust100

Network graph view

Parents (Total: 61)

The searched file hash is included in 61 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD5371383841D840CA592F8378EDDF4CA6C
PackageArchnoarch
PackageDescriptionThis module extracts package declarations from Perl code without running the code. It does not extract: * * packages declared dynamically (e.g. in 'eval')
PackageMaintainerumeabot <umeabot>
PackageNameperl-Module-Extract-Namespaces
PackageRelease2.mga7
PackageVersion1.21.0
SHA-10115738D8C640C5D23F2DA827B8A3757C0F297F9
SHA-2561FB32039EBABFF0EE0BDABD024FCF72D4500D4038107348148D1EDD27828C4B7
Key Value
MD5CA695317B49EE5C1DFE7CFDC79B8EE8F
PackageArchnoarch
PackageDescriptionThis module is an umbrella for Mojo::Promise::Role::Any, Mojo::Promise::Role::None, and Mojo::Promise::Role::Some.
PackageNameperl-Mojo-Promise-Role-HigherOrder
PackageRelease1.16
PackageVersion1.005
SHA-104FBF37D91CAABC6A82D4A59B394EC6BF580AECE
SHA-2568519AF77B5D5E5D2DE65D178B9A1DEF17B81B213CCCAC86FCAE36BD7A8AF5603
Key Value
MD54B637EF3884E1B8ACB721C56156B3997
PackageArchnoarch
PackageDescription* new($issn) The constructor accepts a scalar representing the ISSN. The string representing the ISSN may contain characters other than [0-9xX], although these will be removed in the internal representation. The resulting string must look like an ISSN - the first seven characters must be digits and the eighth character must be a digit, 'x', or 'X'. The string passed as the ISSN need not be a valid ISSN as long as it superficially looks like one. This allows one to use the 'fix_checksum' method. One should check the validity of the ISSN with 'is_valid()' rather than relying on the return value of the constructor. If all one wants to do is check the validity of an ISSN, one can skip the object-oriented interface and use the c<is_valid_checksum()> function which is exportable on demand. If the constructor decides it can't create an object, it returns undef. It may do this if the string passed as the ISSN can't be munged to the internal format. * $obj->checksum Return the ISSN checksum. * $obj->as_string Return the ISSN as a string. A terminating 'x' is changed to 'X'. * $obj->is_valid Returns 1 if the checksum is valid. Returns 0 if the ISSN does not pass the checksum test. The constructor accepts invalid ISSN's so that they might be fixed with 'fix_checksum'. * $obj->fix_checksum Replace the eighth character with the checksum the corresponds to the previous seven digits. This does not guarantee that the ISSN corresponds to the product one thinks it does, or that the ISSN corresponds to any product at all. It only produces a string that passes the checksum routine. If the ISSN passed to the constructor was invalid, the error might have been in any of the other nine positions.
PackageNameperl-Business-ISSN
PackageReleaselp153.11.9
PackageVersion1.004
SHA-10C807108E4A4425ED74F989C9D5B055994008B4B
SHA-25653DC72304E3B0F0BE9F9970255AE38E4462F1C51E56BDE3A186FB4EB8E120AE3
Key Value
MD5F8F8D9A5A6E33E2E5C2CD1C1E0C2C8E8
PackageArchnoarch
PackageDescriptionThis module lets you pull out of module source code the version number for the module. It assumes that there is only one '$VERSION' in the file and the entire '$VERSION' statement is on the same line.
PackageNameperl-Module-Extract-VERSION
PackageRelease1.1
PackageVersion1.115
SHA-111BB9E7BFACE34DE944274BFB2B4E6044DDE5610
SHA-256F3A177C9DD80DD05F411CA3351DACD0537A7C6393399805CEAE6B0ED196DF640
Key Value
MD559FBE1EB6211B948A38B2A25C8B630A9
PackageArchnoarch
PackageDescriptionThe 'ReturnValue' class provides a very simple wrapper around a value so you can tell if it's a success or failure without taking pains to examine the particular value. Instead of using exceptions, you inspect the class of the object you get back. Errors and successes flow through the same path. This isn't particularly interesting for success values, but can be helpful with multiple ways to describe an error. * success Create a success object * error Create an error object * value The value that you'd normally return. This class doesn't care what it is. It can be a number, string, or reference. It's up to your application to figure out how you want to do that. * description A long description of the return values, * tag A short tag suitable for switching on in a 'given', or something similar. * success_type Returns the class for success objects * error_type Returns the class for error objects * is_success Returns true is the result represents a success * is_error Returns true is the result represents an error
PackageNameperl-ReturnValue
PackageRelease1.1
PackageVersion0.902
SHA-115A1EAA9E23B7E8C229B556E603ABAA735E75E78
SHA-25634B0CA082EA621421A61E373050B7CDC0F49817CDD6148B6B36F6F983BE2E919
Key Value
MD5258F574CCA8653BF11F7B959DBE3C65F
PackageArchnoarch
PackageDescriptionThis module lets you pull out of module source code the version number for the module. It assumes that there is only one '$VERSION' in the file and the entire '$VERSION' statement is on the same line.
PackageNameperl-Module-Extract-VERSION
PackageRelease1.1
PackageVersion1.115
SHA-1181E10BEB657A572646490EFDA2A2CDE7083DB4F
SHA-256D331285E06A04869ED36871E2858A07C83EECE954A82EF66DE90F4C027378400
Key Value
MD5C544F24DC845F59D1C67A11A2E25EBBE
PackageArchnoarch
PackageDescription* new * log
PackageNameperl-Log-Log4perl-Appender-ScreenColoredLevels-UsingMyColors
PackageRelease1.1
PackageVersion0.114
SHA-1188F3D815898DF92A94F85EDF1E3A8A3DA13AE4E
SHA-256EEA5504117CDEF3C2E5FE22C3232E7019C5EA4ACAE17A604CFC18F6F7E05045C
Key Value
MD583A0C17CA6F7B01D4E29A393A0D63020
PackageArchnoarch
PackageDescriptionThis module lets you pull out of module source code the version number for the module. It assumes that there is only one '$VERSION' in the file and the entire '$VERSION' statement is on the same line.
PackageNameperl-Module-Extract-VERSION
PackageReleaselp153.1.1
PackageVersion1.115
SHA-11ADFEF7876AE8B2480AD044FEAEE8E8CBA2F5DEE
SHA-256021090133ADBE51AA8EB64FAC8ACFE9C698EBC465BB745AC041EFD7C02428D17
Key Value
MD59FD74B815303A07AB9427005F1070EAD
PackageArchnoarch
PackageDescriptionThe 'Tie::StringArray' module is a demonstration from _Mastering Perl_. It stores integers between 0 and 255 as a single character in a string that acts like an array through 'tie'. Behind the 'tie', the array is a single string, so there's only one scalar to store. I don't think this is particularly useful for anything real. * new
PackageNameperl-Tie-StringArray
PackageRelease1.1
PackageVersion1.103
SHA-11D65FBE2209D9ECDD634BADB6887B2C5E4A22250
SHA-2564C573B2C667E145DB85280F18B5CE5FF850D7219541B2EA3879B23DFF04A771C
Key Value
MD57078860768770DD6E08A10342D8FE944
PackageArchnoarch
PackageDescription***THIS IS ALPHA SOFTWARE. MAJOR PARTS WILL CHANGE*** I wrote just enough of this module to get my job done, and I skipped every part of the specification I didn't need while still making it flexible enough to handle stuff later.
PackageNameperl-Pod-WordML
PackageRelease1.16
PackageVersion0.164
SHA-12609645E8EE6EB626C7A96FC2B3D2F36E2E9A92B
SHA-25600171CCB12E43726A5AF637CBE3232C0BBE2959370376218B4DE3464BE42C223