Key | Value |
---|---|
FileName | ./usr/share/doc/libversion-next-perl/CONTRIBUTING.mkdn |
FileSize | 3460 |
MD5 | 9B0E0B2D54F62067BEDB4B20E9259CFD |
RDS:package_id | 288578 |
SHA-1 | 7BE5DEFE2E56A63F7CF57747942D3876CD562396 |
SHA-256 | 108695CF77589ACBF83D768607B30403CA440D8A4B49284D29E06635F7ADC88C |
SSDEEP | 96:ftxAA4qDaXxHkebBbFs/VrSEgj1QNWsAX:fYFwAxHTFDzV |
TLSH | T1EA6178BF5180537459D302E1E26A40E3E756C15E1316443974BE80AD533BF35E2FB998 |
insert-timestamp | 1670545180.7104921 |
source | modern.db |
hashlookup:parent-total | 531 |
hashlookup:trust | 100 |
The searched file hash is included in 531 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 72744 |
MD5 | AF74B41BE3DACCCEE591995A68533532 |
PackageDescription | Perl XS implementation of MongoDB's BSON serialization The BSON class implements a BSON encoder/decoder ("codec"). It consumes "documents" (typically hash references) and emits BSON strings and vice versa in accordance with the BSON Specification (http://bsonspec.org). . BSON is the primary data representation for MongoDB. While this module has several features that support MongoDB-specific needs and conventions, it can be used as a standalone serialization format. . BSON::XS contains an XS implementation for BSON encoding and decoding. There is no public API. Use the BSON module and it will choose the best implementation for you. |
PackageMaintainer | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
PackageName | libbson-xs-perl |
PackageSection | perl |
PackageVersion | 0.6.0-1 |
SHA-1 | 0076C78662A576EDD7C86FFD5EE80BF36BE2E882 |
SHA-256 | 7E01C2C369C30971109F05E02BE0563F1470DFC9603F2BB099CB86F3077F7901 |
Key | Value |
---|---|
MD5 | 6985A2ED9487ADB14406AB78DE6CEC39 |
PackageArch | noarch |
PackageDescription | This modules provides a file handle that hides the beginning of a file. After opening, the file is positioned at the offset location. 'seek()' and 'tell()' calls are modified to preserve the offset. For example, 'tell($fh)' will return 0, though the actual file position is at the offset. Likewise, 'seek($fh,80,0)' will seek to 80 bytes from the offset instead of 80 bytes from the actual start of the file. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | perl-Tie-Handle-Offset |
PackageRelease | bp156.2.1 |
PackageVersion | 0.004 |
SHA-1 | 0124F24FD4AC22C74ABCBCE2CB5EEC15E4E3F042 |
SHA-256 | 9D1BA9C0AA2DD69FE82DA3881F8F9F3F6F1760762C8E58BD9556C942A15E8D32 |
Key | Value |
---|---|
MD5 | 8FD5CCB0E664657C5B50F726889DFFC1 |
PackageArch | noarch |
PackageDescription | Modules that provide OS-specific behaviors often need to know if the current operating system matches a more generic type of operating systems. For example, 'linux' is a type of 'Unix' operating system and so is 'freebsd'. This module provides a mapping between an operating system name as given by '$^O' and a more generic type. The initial version is based on the OS type mappings provided in Module::Build and ExtUtils::CBuilder. (Thus, Microsoft operating systems are given the type 'Windows' rather than 'Win32'.) |
PackageName | perl-Perl-OSType |
PackageRelease | 1.1 |
PackageVersion | 1.010 |
SHA-1 | 01B263B932C0B09529F7F84547FE205FF14C33C5 |
SHA-256 | 545D9FA808C6EFF7DAA3AD84C66DF654D0C2FDA644E1A188CC057D8530BB932F |
Key | Value |
---|---|
MD5 | FB33F188F34A74CC57A7709D4A7DC451 |
PackageArch | noarch |
PackageDescription | This 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. *Note*: paths are constructed with unix-style forward-slashes for efficiency rather than using File::Spec. If proper path separators are needed, call canonpath on the search results. |
PackageName | perl-Path-Iterator-Rule |
PackageRelease | 1.2 |
PackageVersion | 1.015 |
SHA-1 | 04E67248DC88BFB791524169FBD0A8F764E55C98 |
SHA-256 | 4369B104AAB642658D498F15BFB32EC5A33F344CB21344772F50C8AADFB9976B |
Key | Value |
---|---|
MD5 | 3291151EAF0F24E52F5276E54C7175C8 |
PackageArch | noarch |
PackageDescription | This module provides a simple, correct way to increment a Perl module version number. It does not attempt to guess what the original version number author intended, it simply increments in the smallest possible fashion. Decimals are incremented like an odometer. Dotted decimals are incremented piecewise and presented in a standardized way. If more complex version manipulation is necessary, you may wish to consider Perl::Version. |
PackageName | perl-Version-Next |
PackageRelease | 1.1 |
PackageVersion | 1.000 |
SHA-1 | 057F2708BEAA3CD6B2745583D4FD7768E4AF3597 |
SHA-256 | 6F6F2DF746FE20ED1E950A41249DB1AA6E5524109D9D2DF267075DD3E3909442 |
Key | Value |
---|---|
MD5 | 91A395B6AFA126CA7132B9A99978785E |
PackageArch | noarch |
PackageDescription | The goal of this module is providing good code readability and clarity of intent for command-line option processing. While readability is a subjective standard, Getopt::Lucid relies on a more verbose, plain-English option specification as compared against the more symbolic approach of Getopt::Long. Key features include: * Five option types: switches, counters, parameters, lists, and key pairs * Three option styles: long, short (including bundled), and bare (without dashes) * Specification of defaults, required options and option dependencies * Validation of options with regexes or subroutines * Negation of options on the command line * Support for parsing any array, not just the default '@ARGV' * Incorporation of external defaults (e.g. from a config file) with user control of precedence |
PackageName | perl-Getopt-Lucid |
PackageRelease | 1.3 |
PackageVersion | 1.10 |
SHA-1 | 06002E586816ACB80CAFEE9E86315575FA562BD8 |
SHA-256 | C77A33BA67805975F159F0E11B93376339AF5E51395645699C6DCE544BFB7397 |
Key | Value |
---|---|
MD5 | 59066BF7C974AB7A56822098FA303CE2 |
PackageArch | noarch |
PackageDescription | Hash::Objectify turns a hash reference into a simple object with accessors for each of the keys. One application of this module could be to create lightweight response objects without the extra work of setting up an entire response class with the framework of your choice. Using Hash::Objectify is slower than accessing the keys of the hash directly, but does provide "typo protection" since a misspelled method is an error. |
PackageName | perl-Hash-Objectify |
PackageRelease | lp152.2.1 |
PackageVersion | 0.008 |
SHA-1 | 075B1A5A8F8B6D2A981433BC5952ABD3F70A0108 |
SHA-256 | C2A5E1B243403F64C35CB31B625B6BA4CA5FD4E1BF7928CA7291E6FC5D2EEE88 |
Key | Value |
---|---|
MD5 | 9B029D07C656F449DB35F7BAA7A8A0F3 |
PackageArch | noarch |
PackageDescription | This simple test module checks the subroutines provided by a module. This is useful for confirming a planned API in testing and ensuring that other functions aren't unintentionally included via import. |
PackageName | perl-Test-API |
PackageRelease | 3.14 |
PackageVersion | 0.010 |
SHA-1 | 08AFBD7F968AF75B434C1590A753E1ADD0D42218 |
SHA-256 | 7096C183660DD1CFCA9B781C323541FC7D5EC3EAB354FC3D9CBBA6D12AB6BAC4 |
Key | Value |
---|---|
FileSize | 19536 |
MD5 | B44B4EE60C007C305E7FE2025892CBDB |
PackageDescription | module implementing a secure way to encode session data Session::Storage::Secure provides encrypted, expiring, compressed, serialized session data with integrity. It is primarily intended for storing session data in browser cookies, but could be used with other backend storage where security of stored session data is important. |
PackageMaintainer | Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> |
PackageName | libsession-storage-secure-perl |
PackageSection | perl |
PackageVersion | 1.000-1 |
SHA-1 | 08B62C5C5EA4FA9F6BF4BD8E60E5BB1336212E78 |
SHA-256 | C145A47B141384A5F25BF39253CC20EC1258AE2BEBF7FC65AEE6BF56C1638B86 |
Key | Value |
---|---|
MD5 | 707A7C66010DBC10CB621637FF8A6371 |
PackageArch | noarch |
PackageDescription | File::pushd does a temporary chdir that is easily and automatically reverted, similar to pushd in some Unix command shells. It works by creating an object that caches the original working directory. When the object is destroyed, the destructor calls chdir to revert to the original working directory. By storing the object in a lexical variable with a limited scope, this happens automatically at the end of the scope. |
PackageMaintainer | CBS <cbs@centos.org> |
PackageName | rh-perl526-perl-File-pushd |
PackageRelease | 5.el7 |
PackageVersion | 1.014 |
SHA-1 | 09564E8FDDA4484018EE977B5EF8C1FD07C1B796 |
SHA-256 | F8B04005D3A62E6EE6BE20C49061974DE6CFED9B46300F3A9B07082E6AFE9EDD |