Result for 27A14E34D2E75B1794C713418C26874BFC78D4C5

Query result

Key Value
FileName./usr/share/licenses/perl-Test-WriteVariants/LICENSE
FileSize667
MD598002D2CBB0108E0318F60EBAE932532
SHA-127A14E34D2E75B1794C713418C26874BFC78D4C5
SHA-256834C4EBFF45BE11F35F059B077FDD747DEE4B8A747B95049D849FEF1C0CCDC62
SSDEEP12:hRYIzJXKvuZFzVgl2+CRakp4cNcGTymUhOkHjTXlY:nnzJXlRClrOtyPOkHvXK
TLSHT18601FE043550C3B7888106903A8F10DAF32BA963756D91B1B44F4909BB05A7B0AF09D0
hashlookup:parent-total210
hashlookup:trust100

Network graph view

Parents (Total: 210)

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

Key Value
MD567FC92EB46CF381AB245E0E90FFECB18
PackageArchx86_64
PackageDescriptionParams::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
PackageMaintainertv <tv>
PackageNameperl-Params-Util
PackageRelease1.mga8
PackageVersion1.102.0
SHA-10101F4BC1360C57782DB8AD4399F161DF69C5DD4
SHA-25676E2BAC3695C9777F4B51C12066C6847D85B8C5498ADDA6C9C67DC2DD1C84F70
Key Value
MD524B4628D79EDC1707A7FD3D482E75CC9
PackageArchnoarch
PackageDescriptionMoo eXtension for File::ConfigDir.
PackageMaintainerumeabot <umeabot>
PackageNameperl-MooX-File-ConfigDir
PackageRelease2.mga7
PackageVersion0.7.0
SHA-1018EFE267FB3D0D47579377220023EFE59621CB3
SHA-2567AA07EB03636B9A39C1944777F8BA6C18E51CD8BA4004D0D6041E06EDC6414FC
Key Value
MD5CD6298239B830A979B8CE9D984B68570
PackageArchnoarch
PackageDescriptionGet directories of configuration files.
PackageMaintainerumeabot <umeabot>
PackageNameperl-File-ConfigDir
PackageRelease3.mga8
PackageVersion0.21.0
SHA-102452413CA519412A175886825A5E4C1389AEB5A
SHA-256A5A2AE9E0F6A4E0BEE0D6778FF983AA6F2620522CB6AD1750F393EEDBFC0EE65
Key Value
MD596F1A782BF4BAE7BE69A70F9CD443CBF
PackageArchnoarch
PackageDescriptionThe SQL::Statement module implements a pure Perl SQL parsing and execution engine. While it by no means implements full ANSI standard, it does support many features including column and table aliases, built-in and user-defined functions, implicit and explicit joins, complex nested search conditions, and other features. SQL::Statement is a small embeddable Database Management System (DBMS). This means that it provides all of the services of a simple DBMS except that instead of a persistent storage mechanism, it has two things: 1) an in-memory storage mechanism that allows you to prepare, execute, and fetch from SQL statements using temporary tables and 2) a set of software sockets where any author can plug in any storage mechanism. There are three main uses for SQL::Statement. One or another (hopefully not all) may be irrelevant for your needs: 1) to access and manipulate data in CSV, XML, and other formats 2) to build your own DBD for a new data source 3) to parse and examine the structure of SQL statements.
PackageNameperl-SQL-Statement
PackageRelease1.25
PackageVersion1.414
SHA-1026C61C2A34E6B83F1A1BFA34A91CB7D53681811
SHA-2567C871507B4F5F942F6F4EEE791B987097B0B07C8D99CA16C32BA8A91194F1DCE
Key Value
MD59EF96E6E7EB9FD8ABB353C4943F39BF6
PackageArchnoarch
PackageDescriptionThe tumble() method calls a sequence of 'provider' code references, each of which returns a hash. The first provider is called and then, for each hash item it returns, the tumble() method recurses to call the next provider. The recursion continues until there are no more providers to call, at which point the consumer code reference is called. Effectively the providers create a tree of combinations and the consumer is called at the leaves of the tree. If a provider returns no items then that part of the tree is pruned. Further providers, if any, are not called and the consumer is not called. During a call to tumble() three values are passed down through the tree and into the consumer: path, context, and payload. The path and context are derived from the names and values of the hashes returned by the providers. Typically the path defines the current "path" through the tree of combinations. The providers are passed the current path, context, and payload. The payload is cloned at each level of recursion so that any changes made to it by providers are only visible within the scope of the generated sub-tree.
PackageMaintainerFedora Project
PackageNameperl-Data-Tumbler
PackageRelease3.fc23
PackageVersion0.010
SHA-1035A163D15F92A8BB5FD8EEF2F1BB06E083D3F56
SHA-256E2C9B8FD3CEFCAF00418006854BFCF3BD4A58FAE365F886E7D21D48550F32ABF
Key Value
MD50A4AD6F00AAC9E79A5CB4FE4E58D0048
PackageArchnoarch
PackageDescriptionThis module is a helper for installing, reading and finding configuration file locations. It's intended to work in every supported Perl5 environment and will always try to Do The Right Thing(TM). 'File::ConfigDir' is a module to help out when perl modules (especially applications) need to read and store configuration files from more than one location. Writing user configuration is easy thanks to File::HomeDir, but what when the system administrator needs to place some global configuration or there will be system related configuration (in '/etc' on UNIX(TM) or '$ENV{windir}' on Windows(TM)) and some network configuration in NFS mapped '/etc/p5-app' or '$ENV{ALLUSERSPROFILE} . "\\Application Data\\p5-app"', respectively. 'File::ConfigDir' has no "do what I mean" mode - it's entirely up to the user to pick the right directory for each particular application.
PackageNameperl-File-ConfigDir
PackageRelease1.1
PackageVersion0.021
SHA-103F720223979634F1EAADF4178BB0E5DDD8E7BE1
SHA-256F07CD5C74622DAE9667CEDD08157EB080FFE619F941E99631BF77F2C712145F3
Key Value
MD5C96F42B458CF5EEB7A5074BB8430B94A
PackageArchnoarch
PackageDescriptionEncode data similar way like MIME::Base64 does. Main purpose is to create encrypted text used as id or key entry typed-or-submitted by user. It is upper/lowercase safe (not sensitive).
PackageMaintainerumeabot <umeabot>
PackageNameperl-MIME-Base32
PackageRelease3.mga7
PackageVersion1.303.0
SHA-104434A3C462463DECA13AAB6CDB47DB376C5266F
SHA-2567AC26822E7DAC3D45739B8C1CF2A9E834276003DFED5298E4124347365134626
Key Value
MD56D2F9E827A744A6EB7DE392CD5B8A5C8
PackageArchx86_64
PackageDescriptionParams::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
PackageMaintainerCentOS Buildsys <bugs@centos.org>
PackageNameperl-Params-Util
PackageRelease2.module_el8.6.0+1070+343f8e3c
PackageVersion1.102
SHA-107ECFB329121D02F97828EC86E043947B83760A5
SHA-256204437A406DBBFEAB8295A0FF676EB21EBC0A12ABC9FE4352BDA8785403D0FD9
Key Value
MD5B921AB5F9B457C9C023E8FBABA8483F9
PackageArchnoarch
PackageDescriptionTest::WriteVariants is a utility to create variants of a common test. Given the situation - like in DBI where some tests are the same for DBI::SQL::Nano and it's drop-in replacement SQL::Statement. Or a distribution duo having a Pure-Perl and an XS variant - and the same test shall be used to ensure XS and PP version are really drop-in replacements for each other.
PackageNameperl-Test-WriteVariants
PackageRelease3.50
PackageVersion0.014
SHA-10CD4E081EA4C39B218F09EBC16821C419A42BD8F
SHA-256EF7F8E54515BEBD30D72732D8770CDDFA4416CBEF7249BE1F3037302F41F364E
Key Value
MD5569249C62A63FE91999BC479A7273924
PackageArchaarch64
PackageDescriptionParams::Util provides a basic set of importable functions that makes checking parameters a hell of a lot easier.
PackageMaintainerFedora Project
PackageNameperl-Params-Util
PackageRelease2.module_f34+11298+4cde107a
PackageVersion1.102
SHA-10E06357720713D3B60C137D8E88D8DF008EBC514
SHA-2564A6D57F9019554DA26B0ABBB5CEFFE85592DD4930F24EE01A5590F6F9EDB5E30