Result for 8AAAD3A1D8AAFB9004A05BC9A15C4918EB170980

Query result

Key Value
FileName./usr/share/doc/packages/perl-lib-relative/CONTRIBUTING.md
FileSize4461
MD5BBCD2952CB7E93ABEDAB76ACAB5B0986
SHA-18AAAD3A1D8AAFB9004A05BC9A15C4918EB170980
SHA-2565A79FE9ED864D66D1D3D8BAF64C326A9D87A762A22C2CCF7EB37FBD3DF731221
SSDEEP96:gtxJoBuaruz5vLsXLBekewBb9es/HQqNWsaN9xDv9c12txg:ghoEEuze1e+9eVTv1S2U
TLSHT1459154BB5540072867C312E091AA10E3B35FD21F5245007A9CAE45FD132FA63E2F79EE
hashlookup:parent-total110
hashlookup:trust100

Network graph view

Parents (Total: 110)

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

Key Value
MD568FE226EE841459673D01A7F114168FD
PackageArchnoarch
PackageDescriptionMinion::Backend::SQLite is a backend for Minion based on Mojo::SQLite. All necessary tables will be created automatically with a set of migrations named 'minion'. If no connection string or ':temp:' is provided, the database will be created in a temporary directory.
PackageNameperl-Minion-Backend-SQLite
PackageReleasebp150.2.1
PackageVersion5.0.6
SHA-10160A10DE3EB0962B1044640B830F54C82B8747E
SHA-256439335B1BCB35EC35E8DB13A0E580E0806CDF4D15DDA9C4B5B3AF86B5A55FB20
Key Value
MD5BD50790D76F6AD64056CBD0C19A90977
PackageArchnoarch
PackageDescriptionMojo::SQLite is a tiny wrapper around DBD::SQLite that makes at https://www.sqlite.org/ a lot of fun to use with the at https://mojolico.us real-time web framework. Use all at http://sqlite.org/lang.html SQLite has to offer, generate CRUD queries from data structures, and manage your database schema with migrations.
PackageNameperl-Mojo-SQLite
PackageRelease25.3
PackageVersion3.008
SHA-108EFBA9A62466317E220CF7D4F7E36AC60710B47
SHA-2565A8208AA9F55B7B64989184FA73302948407D37D54AAD50FAB007948FC92BFD5
Key Value
MD5516E07E09BDB7518C12674CEE2A7B971
PackageArchnoarch
PackageDescriptionA set of Perl::Critic policies to enforce the practices generally recommended by subsets of the Perl community, particularly on IRC. Formerly known as Perl::Critic::Freenode. Because this policy "theme" is designed to be used with zero configuration on the command line, some duplication will occur if it is used in combination with core Perl::Critic policies.
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-Perl-Critic-Community
PackageReleasebp156.2.1
PackageVersion1.0.3
SHA-10A3143E556B03BDCCFA7EDBF7D47715236669B0D
SHA-256C6F93C0E35EADE0CC905E670BE4DAEEC571A87F5BEFF3D524B9199CFA1115328
Key Value
MD5A111B5A55CCDAEA64D2E5D4089F710EC
PackageArchnoarch
PackageDescriptionCGI::Tiny provides a modern interface to write at https://en.wikipedia.org/wiki/Common_Gateway_Interface scripts to dynamically respond to HTTP requests as defined in at https://tools.ietf.org/html/rfc3875. It is intended to be: * * Minimal CGI::Tiny contains a small amount of code and (on modern Perls) no non-core requirements. No framework needed. * * Simple CGI::Tiny is straightforward to use, avoids anything magical or surprising, and provides easy access to the most commonly needed features. * * Robust CGI::Tiny's interface is designed to help the developer follow best practices and avoid common pitfalls and vulnerabilities by default. * * Lazy CGI::Tiny only loads code or processes information once it is needed, so simple requests can be handled without unnecessary overhead. * * Restrained CGI::Tiny is designed for the CGI protocol which executes the program again for every request. It is not suitable for persistent protocols like FastCGI or PSGI. * * Flexible CGI::Tiny can be used with other modules to handle tasks like routing and templating, and doesn't impose unnecessary constraints to reading input or rendering output. Most applications are better written in a PSGI-compatible framework (e.g. Dancer2 or Mojolicious) and deployed in a persistent application server so that the application does not have to start up again every time it receives a request. CGI::Tiny, and the CGI protocol in general, is only suited for restricted deployment environments that can only run CGI scripts, or applications that don't need to scale. See "COMPARISON TO CGI.PM".
PackageNameperl-CGI-Tiny
PackageReleaselp152.1.1
PackageVersion1.002
SHA-10F4DFF27190EFD0A1647F742FC5DD59939ED849E
SHA-256FA09692A76F4144B3C1339A404F9FCA8EFF4D7BBB3E6FB4D8990170B146CE53B
Key Value
MD5BC04B86C9BAC0FDFF5A6D53202FD52AC
PackageArchnoarch
PackageDescriptionMojo::Promise::Role::Get is a Mojo::Promise role that adds a "get" method to facilitate the usage of asynchronous code in a synchronous manner, similar to Future/"get". Note: Like in Future, "get" cannot retrieve results when the event loop is already running, as that can recurse into the event reactor. Unlike in Future, this is true even if the promise has already been resolved or rejected, because retrieving Mojo::Promise results always requires running the event loop.
PackageNameperl-Mojo-Promise-Role-Get
PackageRelease1.12
PackageVersion0.1.3
SHA-11569159D7DCDD8A1CAEA2D576962E05831C1CD71
SHA-2568FC2B39807750234E43F120AE59B80792210D2AAC859F47CD7A86BFBFB1025A4
Key Value
MD54C009E8EFA358A00AFF889EA0CC5EADC
PackageArchnoarch
PackageDescriptionA set of Perl::Critic policies to enforce the practices generally recommended by the denizens of #perl on at https://freenode.net/. Because this policy "theme" is designed to be used with zero configuration on the command line, some duplication will occur if it is used in combination with core Perl::Critic policies.
PackageNameperl-Perl-Critic-Freenode
PackageRelease1.2
PackageVersion0.033
SHA-1157E9FCD1072FB28F1A13A53AEE297D27D698DB0
SHA-2561F984601303BE3692DA5F42D7DA243C0B65F6D7CBBFB3A6AE0A52286276EE06E
Key Value
MD5AA0728FDF4E073934F4B80E8022D84DF
PackageArchnoarch
PackageDescriptionMojo::IOLoop::Stream::Role::LineBuffer composes the method "watch_lines" which causes a Mojo::IOLoop::Stream object to emit the "read_line" event for each line received. The "write_line" method is also provided to add a line separator to the passed data before writing.
PackageNameperl-Mojo-IOLoop-Stream-Role-LineBuffer
PackageRelease1.2
PackageVersion0.009
SHA-115F80C551BC0ECCB784CB76F8B1A8895C27F722B
SHA-2565DFC69C08185FC716C1321A5C683564CFC9E337ED706501D8DD1992AEFEFD15F
Key Value
MD5D6A5DF38B8B3DD0FC2F8403D57C9E764
PackageArchnoarch
PackageDescriptionMojo::DOM58 is a minimalistic and relaxed pure-perl HTML/XML DOM parser based on Mojo::DOM. It supports the at https://html.spec.whatwg.org/ and at https://www.w3.org/TR/xml/, and matching based on at https://www.w3.org/TR/selectors/. It will even try to interpret broken HTML and XML, so you should not use it for validation.
PackageNameperl-Mojo-DOM58
PackageReleaselp152.6.1
PackageVersion3.001
SHA-119DA2AC2EE3FBF0BF6A6823BF67978B46DB41BD6
SHA-2566DEF2242553BE868A30114F4B33C06ABAD4DCC17FC088B53513C716B788C89DF
Key Value
MD534777B8EBB28FBD48EEEA621B974C160
PackageArchnoarch
PackageDescriptionMojo::DOM58 is a minimalistic and relaxed pure-perl HTML/XML DOM parser based on Mojo::DOM. It supports the at https://html.spec.whatwg.org/ and at https://www.w3.org/TR/xml/, and matching based on at https://www.w3.org/TR/selectors/. It will even try to interpret broken HTML and XML, so you should not use it for validation.
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-Mojo-DOM58
PackageRelease1.4
PackageVersion3.001
SHA-11B29050B5A637CA68987700DD8A8C19D2093766B
SHA-25602765F45A37AB88A2DB66693EA52274A44699E603A7118BCBF8584645B39E825
Key Value
MD59CF95A84B251759C7A852313CC0FB527
PackageArchnoarch
PackageDescriptionMinion::Backend::SQLite is a backend for Minion based on Mojo::SQLite. All necessary tables will be created automatically with a set of migrations named 'minion'. If no connection string or ':temp:' is provided, the database will be created in a temporary directory.
PackageNameperl-Minion-Backend-SQLite
PackageRelease22.2
PackageVersion5.0.6
SHA-11C85699DCAA9E5456A953510D9C78C7304F3E662
SHA-25669354992954177DC2B6F5887366C70B585DAA826A9F1F7A869D86A04D43FA6CB