Key | Value |
---|---|
FileName | ./usr/share/doc/packages/perl-lib-relative/CONTRIBUTING.md |
FileSize | 4461 |
MD5 | BBCD2952CB7E93ABEDAB76ACAB5B0986 |
SHA-1 | 8AAAD3A1D8AAFB9004A05BC9A15C4918EB170980 |
SHA-256 | 5A79FE9ED864D66D1D3D8BAF64C326A9D87A762A22C2CCF7EB37FBD3DF731221 |
SSDEEP | 96:gtxJoBuaruz5vLsXLBekewBb9es/HQqNWsaN9xDv9c12txg:ghoEEuze1e+9eVTv1S2U |
TLSH | T1459154BB5540072867C312E091AA10E3B35FD21F5245007A9CAE45FD132FA63E2F79EE |
hashlookup:parent-total | 110 |
hashlookup:trust | 100 |
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 |
---|---|
MD5 | 68FE226EE841459673D01A7F114168FD |
PackageArch | noarch |
PackageDescription | Minion::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. |
PackageName | perl-Minion-Backend-SQLite |
PackageRelease | bp150.2.1 |
PackageVersion | 5.0.6 |
SHA-1 | 0160A10DE3EB0962B1044640B830F54C82B8747E |
SHA-256 | 439335B1BCB35EC35E8DB13A0E580E0806CDF4D15DDA9C4B5B3AF86B5A55FB20 |
Key | Value |
---|---|
MD5 | BD50790D76F6AD64056CBD0C19A90977 |
PackageArch | noarch |
PackageDescription | Mojo::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. |
PackageName | perl-Mojo-SQLite |
PackageRelease | 25.3 |
PackageVersion | 3.008 |
SHA-1 | 08EFBA9A62466317E220CF7D4F7E36AC60710B47 |
SHA-256 | 5A8208AA9F55B7B64989184FA73302948407D37D54AAD50FAB007948FC92BFD5 |
Key | Value |
---|---|
MD5 | 516E07E09BDB7518C12674CEE2A7B971 |
PackageArch | noarch |
PackageDescription | A 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. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | perl-Perl-Critic-Community |
PackageRelease | bp156.2.1 |
PackageVersion | 1.0.3 |
SHA-1 | 0A3143E556B03BDCCFA7EDBF7D47715236669B0D |
SHA-256 | C6F93C0E35EADE0CC905E670BE4DAEEC571A87F5BEFF3D524B9199CFA1115328 |
Key | Value |
---|---|
MD5 | A111B5A55CCDAEA64D2E5D4089F710EC |
PackageArch | noarch |
PackageDescription | CGI::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". |
PackageName | perl-CGI-Tiny |
PackageRelease | lp152.1.1 |
PackageVersion | 1.002 |
SHA-1 | 0F4DFF27190EFD0A1647F742FC5DD59939ED849E |
SHA-256 | FA09692A76F4144B3C1339A404F9FCA8EFF4D7BBB3E6FB4D8990170B146CE53B |
Key | Value |
---|---|
MD5 | BC04B86C9BAC0FDFF5A6D53202FD52AC |
PackageArch | noarch |
PackageDescription | Mojo::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. |
PackageName | perl-Mojo-Promise-Role-Get |
PackageRelease | 1.12 |
PackageVersion | 0.1.3 |
SHA-1 | 1569159D7DCDD8A1CAEA2D576962E05831C1CD71 |
SHA-256 | 8FC2B39807750234E43F120AE59B80792210D2AAC859F47CD7A86BFBFB1025A4 |
Key | Value |
---|---|
MD5 | 4C009E8EFA358A00AFF889EA0CC5EADC |
PackageArch | noarch |
PackageDescription | A 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. |
PackageName | perl-Perl-Critic-Freenode |
PackageRelease | 1.2 |
PackageVersion | 0.033 |
SHA-1 | 157E9FCD1072FB28F1A13A53AEE297D27D698DB0 |
SHA-256 | 1F984601303BE3692DA5F42D7DA243C0B65F6D7CBBFB3A6AE0A52286276EE06E |
Key | Value |
---|---|
MD5 | AA0728FDF4E073934F4B80E8022D84DF |
PackageArch | noarch |
PackageDescription | Mojo::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. |
PackageName | perl-Mojo-IOLoop-Stream-Role-LineBuffer |
PackageRelease | 1.2 |
PackageVersion | 0.009 |
SHA-1 | 15F80C551BC0ECCB784CB76F8B1A8895C27F722B |
SHA-256 | 5DFC69C08185FC716C1321A5C683564CFC9E337ED706501D8DD1992AEFEFD15F |
Key | Value |
---|---|
MD5 | D6A5DF38B8B3DD0FC2F8403D57C9E764 |
PackageArch | noarch |
PackageDescription | Mojo::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. |
PackageName | perl-Mojo-DOM58 |
PackageRelease | lp152.6.1 |
PackageVersion | 3.001 |
SHA-1 | 19DA2AC2EE3FBF0BF6A6823BF67978B46DB41BD6 |
SHA-256 | 6DEF2242553BE868A30114F4B33C06ABAD4DCC17FC088B53513C716B788C89DF |
Key | Value |
---|---|
MD5 | 34777B8EBB28FBD48EEEA621B974C160 |
PackageArch | noarch |
PackageDescription | Mojo::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. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | perl-Mojo-DOM58 |
PackageRelease | 1.4 |
PackageVersion | 3.001 |
SHA-1 | 1B29050B5A637CA68987700DD8A8C19D2093766B |
SHA-256 | 02765F45A37AB88A2DB66693EA52274A44699E603A7118BCBF8584645B39E825 |
Key | Value |
---|---|
MD5 | 9CF95A84B251759C7A852313CC0FB527 |
PackageArch | noarch |
PackageDescription | Minion::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. |
PackageName | perl-Minion-Backend-SQLite |
PackageRelease | 22.2 |
PackageVersion | 5.0.6 |
SHA-1 | 1C85699DCAA9E5456A953510D9C78C7304F3E662 |
SHA-256 | 69354992954177DC2B6F5887366C70B585DAA826A9F1F7A869D86A04D43FA6CB |