Result for F27184B462AF0C3B0F7DA4A345FFBD2F4027DABD

Query result

Key Value
FileName./usr/share/doc/libtest2-plugin-nowarnings-perl/CODE_OF_CONDUCT.md
FileSize3244
MD5BD60B44A52F47B368C6432615F065EEE
RDS:package_id289328
SHA-1F27184B462AF0C3B0F7DA4A345FFBD2F4027DABD
SHA-256C3CC9F9EAA35AA528216A4F105D9A9D3A25E66CA8581410E93D24D34223FFD10
SHA-512861C805064DBA8E4D3328ACD24FE4A681039B8D6213F34B4159E47099CF30787A282F0086B6E1F695195954F54221DA8F80A32496858CF56250D08D50156F0FB
SSDEEP96:Tq131rzdyiUrPEFyVR3Yb1dfUmZ1fdk/W0tYesgRdSF51W:TwpzdyxE4VR3cddFRGnNR1
TLSHT16B61C723DB8843752BC201A4E7136AC5F326816C777A65B0684C869C5387F80E73A69F
insert-timestamp1728245463.7555175
mimetypetext/plain
sourcesnap:BLigMwxrfwBKQpnk0iQHu8hZts8Fgf2d_216
hashlookup:parent-total109
hashlookup:trust100

Network graph view

Parents (Total: 109)

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

Key Value
MD5DE6CB97278BA82E81C18C2E576C79B16
PackageArchnoarch
PackageDescriptionDateTime::Format::Builder creates DateTime parsers. Many string formats of dates and times are simple and just require a basic regular expression to extract the relevant information. Builder provides a simple way to do this without writing reams of structural code. Builder provides a number of methods, most of which you'll never need, or at least rarely need. They're provided more for exposing of the module's innards to any sub-classes, or for when you need to do something slightly beyond what is expected.
PackageMaintainerFedora Project
PackageNameperl-DateTime-Format-Builder
PackageRelease5.fc32
PackageVersion0.8200
SHA-10827D39DA1E79027F1AF14E0F6BA3C3ACCD58BA0
SHA-25693E36D6E04FA356A3B56C76645CD8B11BCEC491032B443CC0AC012BC1347CC7F
Key Value
FileSize36492
MD543055EB59301F74AE31A4D65CF436258
PackageDescriptionmodule that provides the stuff missing in List::Util List::SomeUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. . All of the functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module couldn't be compiled on this machine.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNameliblist-someutils-perl
PackageSectionperl
PackageVersion0.58-1
SHA-108ACDC24ED042B89926941D6638314937ECBA011
SHA-256B166352BB7E88FF88D891CB45938010DCA3904134051734C9B8DE52CD77A70BC
Key Value
MD531FA9398E97F2B46652E52B2EFED7786
PackageArchnoarch
PackageDescriptionThe 'Devel::StackTrace' module contains two classes, 'Devel::StackTrace' and Devel::StackTrace::Frame. These objects encapsulate the information that can retrieved via Perl's 'caller' function, as well as providing a simple interface to this data. The 'Devel::StackTrace' object contains a set of 'Devel::StackTrace::Frame' objects, one for each level of the stack. The frames contain all the data available from 'caller'. This code was created to support my Exception::Class::Base class (part of Exception::Class) but may be useful in other contexts.
PackageNameperl-Devel-StackTrace
PackageRelease41.1
PackageVersion2.04
SHA-10C12238B290D37D3C4231F83A6BB67EE7BC458C7
SHA-25616137A23F14E233165FE8A20548E71EDFB7C950041A6902CCD0DCF50A45C7416
Key Value
MD51DB8D805EA527337244A68E2962EE075
PackageArchnoarch
PackageDescriptionThis module provides an API for creating a File::ChangeNotify::Watcher subclass that will work on your platform. Most of the documentation for this distro is in File::ChangeNotify::Watcher.
PackageNameperl-File-ChangeNotify
PackageRelease1.5
PackageVersion0.31
SHA-110E8C403ED50F842E717198417973C7E6AD61B1E
SHA-25630246318D6046A34CA31FBE59B4B52722CC49A27A58FCEAD7368C6E7E7797DC8
Key Value
MD5DE186A45B2FE88391E6BAAF5CFCD5965
PackageArchnoarch
PackageDescriptionLoading this plugin causes your tests to fail if there are any warnings while they run. Each warning generates a new failing test and the warning content is outputted via diag. This module uses $SIG{__WARN__}, so if the code you're testing sets this, then this module will stop working.
PackageMaintainerCBS <cbs@centos.org>
PackageNamerh-perl530-perl-Test2-Plugin-NoWarnings
PackageRelease2.el7
PackageVersion0.08
SHA-11117B97A40D0F12738BEE20427C65B3E217F888F
SHA-256F2830259A1359F0637B37389B9667417FED7BC136B9C014F51B4B8150BEE7373
Key Value
MD5890CC81E91769677D5C8F4FA21D2BCDD
PackageArchnoarch
PackageDescription*List::SomeUtils* provides some trivial but commonly needed functionality on lists which is not going to go into List::Util. All of the below functions are implementable in only a couple of lines of Perl code. Using the functions from this module however should give slightly better performance as everything is implemented in C. The pure-Perl implementation of these functions only serves as a fallback in case the C portions of this module couldn't be compiled on this machine.
PackageNameperl-List-SomeUtils
PackageReleaselp152.11.1
PackageVersion0.58
SHA-1122EF81FD29237AEE506312AC820C0D537863024
SHA-25608B51804319BF7774CE4F8002B1190EAE177CDFB262A9B4A5A3A2CFE7A7260C2
Key Value
FileSize35664
MD5A4C1B5034DB90D3DCE0735A3FEB62C70
PackageDescriptionPerl module to parse and format strp and strf time patterns DateTime::Format::Strptime implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
PackageMaintainerDebian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
PackageNamelibdatetime-format-strptime-perl
PackageSectionperl
PackageVersion1.7600-1
SHA-112337D836B6A67E9DBBA3EB48BF2080B054D84B0
SHA-256ACC7FBC5F7544FD6AB737D47E0D6346C195EE60595467047ED765330444FB05B
Key Value
SHA-11349140F051F26BA87B6B289B42B460B815B9053
snap-authoritycanonical
snap-filenameSvHsBXgeuk3EKxAdmvfQrtQTSiloelJD_27.snap
snap-idSvHsBXgeuk3EKxAdmvfQrtQTSiloelJD_27
snap-namecode-server
snap-publisher-idZgwwrb2vssjDtam8qFmo4ezg3koyPPyQ
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2021-09-17T10:28:55.427519Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/SvHsBXgeuk3EKxAdmvfQrtQTSiloelJD_27.snap
Key Value
MD53CEDECE34A23EE9D4AB6F4E03A68E6C0
PackageArchaarch64
PackageDescriptionDateTime is a class for the representation of date/time combinations. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic Gregorian calendar". In this calendar, the first day of the calendar (the epoch), is the first day of year 1, which corresponds to the date which was (incorrectly) believed to be the birth of Jesus Christ.
PackageMaintainerCentOS Buildsys <bugs@centos.org>
PackageNameperl-DateTime
PackageRelease1.el8
PackageVersion1.50
SHA-118989E693C790FE097C93A20B1C27FE274007BDC
SHA-256422A837DD83CA56FDDB2CAA7B0A8ABD150B9FDA5EE5A9F38F7240940F104E7B8
Key Value
MD575B94828B83FA1E0610D4D1B16BC5454
PackageArchnoarch
PackageDescriptionThe 'Devel::StackTrace' module contains two classes, 'Devel::StackTrace' and Devel::StackTrace::Frame. These objects encapsulate the information that can retrieved via Perl's 'caller' function, as well as providing a simple interface to this data. The 'Devel::StackTrace' object contains a set of 'Devel::StackTrace::Frame' objects, one for each level of the stack. The frames contain all the data available from 'caller'. This code was created to support my Exception::Class::Base class (part of Exception::Class) but may be useful in other contexts.
PackageNameperl-Devel-StackTrace
PackageRelease1.18
PackageVersion2.04
SHA-11B444DA535A1CDB74B7A422124765B6357329411
SHA-2565FB1430CFB81E341C430ED1C5AE4F08BA1B082D28526CACA27A43BE91DFF9017