Result for E188C4892BC1FBFCED62C2299A2A24FD21098D81

Query result

Key Value
FileName./usr/share/licenses/perl-Types-Path-Tiny/LICENSE
FileSize11500
MD573ABF4C2D50FAA339365E754FBB9303F
SHA-1E188C4892BC1FBFCED62C2299A2A24FD21098D81
SHA-256C9B996327826162C97E52A76F3212B089FA88730F9B8DBE167538FE9875FB952
SSDEEP192:DNU6G5KXSD9VYUKhu1JVF9hFGvV/QiGkS594drFjuHYx5dvTrLh3kTSEn7HbHR:Dm9vlKM1zJlFvmNz5VrlkTS07Ht
TLSHT1AD32532FBA48037716C20162BB9764CBF31E903F3B552564354CC1681F6BA6543FB6EA
hashlookup:parent-total306
hashlookup:trust100

Network graph view

Parents (Total: 306)

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

Key Value
MD52EFA9D3472EAA6030039A728C508DB6E
PackageArchnoarch
PackageDescriptionThis module lets you define an exception hierarchy quickly and simply.
PackageMaintainerFedora Project
PackageNameperl-failures
PackageRelease15.fc34
PackageVersion0.004
SHA-100454A9D7956C2E8E111C50B803E7BBA3352F563
SHA-256B2E0D51C84603DABD536BFE4B41E3A01E3AD104B0F47A4B9A6EB826AD55943FD
Key Value
MD54245E7EEF8EB8A7133D195B302E7E5A4
PackageArchnoarch
PackageDescriptionThis module offers a minimalist class construction kit in around 120 lines of code. Here is a list of features: * defines attributes via import arguments * generates read-write accessors * supports lazy attribute defaults * supports custom accessors * superclass provides a standard 'new' constructor * 'new' takes a hash reference or list of key/value pairs * 'new' supports providing 'BUILDARGS' to customize constructor options * 'new' calls 'BUILD' for each class from parent to child * superclass provides a 'DESTROY' method * 'DESTROY' calls 'DEMOLISH' for each class from child to parent Multiple-inheritance is possible, with superclass order determined via mro::get_linear_isa. It uses no non-core modules for any recent Perl. On Perls older than v5.10 it requires MRO::Compat. On Perls older than v5.14, it requires Devel::GlobalDestruction.
PackageNameperl-Class-Tiny
PackageRelease19.31
PackageVersion1.008
SHA-10053125AC4201CD3C46834FEEA3CB892DAB314F7
SHA-256F766E987643E860ED855DBE3EFFF20728E35D5D15504E3C6EEE9E5A2A8674E5A
Key Value
MD5C66809177E0AFA27D1FF6FF486E940C0
PackageArchnoarch
PackageDescriptionThis module provides Path::Tiny types for Moose. It handles two important types of coercion: * coercing objects with overloaded stringification * coercing to absolute paths It also can check to ensure that files or directories exist.
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-MooseX-Types-Path-Tiny
PackageReleasebp153.1.13
PackageVersion0.012
SHA-101BB09AC8B4D5D8201B6E9168B59B9EA1CAA1F7E
SHA-2560C056383E88D6C59312FD76F0654F7D3E1FB1A08CED1B0E707EC9A008CE96371
Key Value
MD5126DF77978FCDE0BE9ED42208A089A21
PackageArchnoarch
PackageDescriptionThis module implements a minimalist HTTP user agent cookie jar in conformance with RFC 6265.
PackageMaintainerFedora Project
PackageNameperl-HTTP-CookieJar
PackageRelease2.fc19
PackageVersion0.004
SHA-1025B73E005B98277A1ABEA6209207BFEE5C59C71
SHA-256799B491696EFDE039AC9D43A935D5C7E9DA95C8A480D908BB4FBFAC151B5FB27
Key Value
MD56A59435F9149021C9D22C428C8A10F3E
PackageArchnoarch
PackageDescriptionThis module provides Path::Tiny types for Moose. It handles two important types of coercion: * Coercing objects with overloaded stringification * Coercing to absolute paths It also can check to ensure that files or directories exist.
PackageMaintainerFedora Project
PackageNameperl-MooseX-Types-Path-Tiny
PackageRelease5.fc24
PackageVersion0.011
SHA-102ADEBF0CC395F79DEACC6DCF96D4C3561C64285
SHA-2569BD968CE20B19128519C55E6B58F8D69025F07C16F2CD801BED63443A06B5BCC
Key Value
MD51724B3693600FD4119725BBC7D1929AF
PackageArchnoarch
PackageDescriptionThis module hooks '$SIG{__WARN__}' and converts warnings to the Test::More manpage 'fail()' calls. It is designed to be used with 'done_testing', when you don't need to know the test count in advance. Just as with the Test::NoWarnings manpage, this does not catch warnings if other things localize '$SIG{__WARN__}', as this is designed to catch _unhandled_ warnings.
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-Test-FailWarnings
PackageReleasebp155.2.12
PackageVersion0.008
SHA-102BFE2714B7D1A41E5F725F938D9AC60E31F6D46
SHA-256C53402D9483D04D21552B00AD35499699CC24700DE207D9503CA6287ED2D7A23
Key Value
MD55946903B0946BD039B45698E16ACB762
PackageArchnoarch
PackageDescriptionThis module hooks '$SIG{__WARN__}' and converts warnings to the Test::More manpage's 'fail()' calls. It is designed to be used with 'done_testing', when you don't need to know the test count in advance. Just as with the Test::NoWarnings manpage, this does not catch warnings if other things localize '$SIG{__WARN__}', as this is designed to catch _unhandled_ warnings.
PackageMaintainerumeabot <umeabot>
PackageNameperl-Test-FailWarnings
PackageRelease10.mga9
PackageVersion0.8.0
SHA-103A1C96E0CC8D706A23430EFC040D09E9BE49BEE
SHA-256074DF3DA52E50DA9DF77251ADF2FB035AE53A632204B228C3ECA0A25F4757D56
Key Value
MD5558BBCCA2CF99FAFA69346EADCADC49E
PackageArchnoarch
PackageDescriptionThis module offers a minimalist class construction kit in around 120 lines of code. Here is a list of features: * defines attributes via import arguments * generates read-write accessors * supports lazy attribute defaults * supports custom accessors * superclass provides a standard 'new' constructor * 'new' takes a hash reference or list of key/value pairs * 'new' supports providing 'BUILDARGS' to customize constructor options * 'new' calls 'BUILD' for each class from parent to child * superclass provides a 'DESTROY' method * 'DESTROY' calls 'DEMOLISH' for each class from child to parent Multiple-inheritance is possible, with superclass order determined via mro::get_linear_isa. It uses no non-core modules for any recent Perl. On Perls older than v5.10 it requires MRO::Compat. On Perls older than v5.14, it requires Devel::GlobalDestruction.
PackageNameperl-Class-Tiny
PackageRelease1.21
PackageVersion1.008
SHA-1045A70B9E915A0587715B1151EF550C1157A98E5
SHA-25649A3F0D0AB21CD18BC20F4DCF2C1CD6F2E013A2637573F55FEA49026F73FD3B7
Key Value
MD50D56F110E1FB5742BF1628C75D505263
PackageArchnoarch
PackageDescriptionThis module iterates over files and directories to identify ones matching a user-defined set of rules. The API is based heavily on File::Find::Rule, but with more explicit distinction between matching rules and options that influence how directories are searched. A "Path::Iterator::Rule" object is a collection of rules (match criteria) with methods to add additional criteria. Options that control directory traversal are given as arguments to the method that generates an iterator. Here is a summary of features for comparison to other file finding modules: * provides many "helper" methods for specifying rules * offers (lazy) iterator and flattened list interfaces * custom rules implemented with callbacks * breadth-first (default) or pre- or post-order depth-first searching * follows symlinks (by default, but can be disabled) * directories visited only once (no infinite loop; can be disabled) * doesn't chdir during operation * provides an API for extensions As a convenience, the PIR module is an empty subclass of this one that is less arduous to type for one-liners.
PackageMaintainerumeabot <umeabot>
PackageNameperl-Path-Iterator-Rule
PackageRelease2.mga7
PackageVersion1.14.0
SHA-105B6F3CE1C99D875C2BDE649EA7A7B4FA72CA5F2
SHA-2561C11CEDC4450EB5AE95F84193C63775F31A3E6BA5CBE83DE56E7C5CF39CB08FA
Key Value
MD5F2FEEB1AFC5429F2AA3D3EDC8510903E
PackageArchnoarch
PackageDescriptionThis module hooks '$SIG{__WARN__}' and converts warnings to the Test::More manpage 'fail()' calls. It is designed to be used with 'done_testing', when you don't need to know the test count in advance. Just as with the Test::NoWarnings manpage, this does not catch warnings if other things localize '$SIG{__WARN__}', as this is designed to catch _unhandled_ warnings.
PackageNameperl-Test-FailWarnings
PackageReleaselp150.15.2
PackageVersion0.008
SHA-1067F4873EA465B6E4FCA51DE6F47A747B7C47334
SHA-256745347685AC59FF6FEC224CF0FDE77706D99EDECFF335ABDDD1FB042B2C60B56