Key | Value |
---|---|
FileName | ./usr/share/licenses/perl-lib-relative/LICENSE |
FileSize | 9037 |
MD5 | 92C2BB95B17039050111629E9282A8DD |
SHA-1 | 48749BBBD2BA9410DD6226230D4D535B1BDE215F |
SHA-256 | 1F918B625028B5DA27E20BA5E358194A7B2C99F8F9629AFA0F004A2F7C9670A5 |
SSDEEP | 96:aDuWTETk+wPHsre83fL7Bb/mQOL0zjePq/Ef/hQ6a8Ea69w0RR9z1dPT4fo/Bop1:nF77LJmDVV69wef5dPhBq0Kw5EP |
TLSH | T14612977F778803F205C106AAB725B5DEE37D602E3672005534AEC22C2B1AD6993B75ED |
hashlookup:parent-total | 32 |
hashlookup:trust | 100 |
The searched file hash is included in 32 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 91B8A65000C3F2EB04F347E7ADE560C7 |
PackageArch | noarch |
PackageDescription | Perl implementation of the 'filevercmp' function from at https://www.gnu.org/software/gnulib/. 'filevercmp' is used by the sort(1) ('-V' option) and ls(1) ('-v' option) GNU coreutils commands for "natural" sorting of strings (usually filenames) containing mixed version numbers and filename suffixes. |
PackageName | perl-Sort-filevercmp |
PackageRelease | 1.37 |
PackageVersion | 0.001 |
SHA-1 | 06FB619E31E7D4AEE4C86C61C0BC97DAA0E6C2DD |
SHA-256 | 818C091BC00E1F1D25FB4727F2E99906A0120DFF23BE99939C62AD7C9CC925BA |
Key | Value |
---|---|
MD5 | 94A02D897CAC500AEC81575FC73B0193 |
PackageArch | noarch |
PackageDescription | This module proposes a straightforward method for adding local directory to @INC. It takes a path relative to the current file, absolutize it, and add it to @INC. |
PackageMaintainer | Fedora Project |
PackageName | perl-lib-relative |
PackageRelease | 6.fc33 |
PackageVersion | 1.000 |
SHA-1 | 0F87401EB4775770B3555BE2A8C82ADA1873F11E |
SHA-256 | 00BDBDC314017AB2EBF3D2F9658750DE3932575302C874503716A77D628D4AF2 |
Key | Value |
---|---|
MD5 | 60934E9EABC598FBA674A2404D615AFA |
PackageArch | noarch |
PackageDescription | This module provides an API to determine what attributes are available to a particular version of ExtUtils::MakeMaker, and conversely, what version of ExtUtils::MakeMaker is required for a particular attribute. See ExtUtils::MakeMaker/"Using Attributes and Parameters" for more details on the available attributes. |
PackageName | perl-ExtUtils-MakeMaker-Attributes |
PackageRelease | 1.32 |
PackageVersion | 0.001 |
SHA-1 | 14B5E61300468F9D8264F2D76F6648FCE071912D |
SHA-256 | 4064BBCBF776516E2C77F605C4A1531C4B3802A187384271AD98FC9BA48DDA9A |
Key | Value |
---|---|
MD5 | E06461E7F32466E48A4879A314F866DB |
PackageArch | noarch |
PackageDescription | Adding a path to @INC to load modules from a local directory may seem simple, but has a few common pitfalls to be aware of. Directly adding a relative path to '@INC' means that any later code that changes the current working directory will change where modules are loaded from. This applies to the '.' path that used to be in '@INC' by default until perl 5.26.0, or a relative path added in code like 'use lib 'path/to/lib'', and may be a vulnerability if such a location is not supposed to be writable. Additionally, the commonly used FindBin module relies on interpreter state and the path to the original script invoked by the perl interpreter, sometimes requiring workarounds in uncommon cases like generated or embedded code. This module proposes a more straightforward method: take a path relative to the current file, absolutize it, and add it to '@INC'. If this module is already available to be loaded, it can be used as with lib.pm, passing relative paths, which will be absolutized relative to the current file then passed on to lib. Multiple arguments will be separately absolutized, and absolute paths will be passed on unchanged. For cases where this module cannot be loaded beforehand, the last section of the "SYNOPSIS" can be copy-pasted into a file to perform the same task. |
PackageName | perl-lib-relative |
PackageRelease | 1.1 |
PackageVersion | 1.000 |
SHA-1 | 19C53860C6C3A8C9D5CF83C1CF94FF9E61133AF3 |
SHA-256 | 56720B2A6D83D24F33ABDC611A88D955ECEDB605FD112E0FC56F34E74CA8DD51 |
Key | Value |
---|---|
MD5 | 546F82C9F278987B5DE4D638F0992772 |
PackageArch | noarch |
PackageDescription | A role to augment Mojo::Collection with methods that call functions from List::UtilsBy. With the exception of "bundle_by" and "zip_by" which pass multiple elements in '@_', all passed callbacks will be called with both '$_' and '$_[0]' set to the current element in the iteration. |
PackageName | perl-Mojo-Collection-Role-UtilsBy |
PackageRelease | 1.12 |
PackageVersion | 0.002 |
SHA-1 | 22455D7344498AEBB1FFED4BAD30D75A3B9EA237 |
SHA-256 | 80127035C64F33D7656169DA82DFA7A0E7369155BFF3BDDD0B130473E041636C |
Key | Value |
---|---|
MD5 | 24CE1C9954085600FBB9BEB669DE91A7 |
PackageArch | noarch |
PackageDescription | Adding a path to @INC to load modules from a local directory may seem simple, but has a few common pitfalls to be aware of. Directly adding a relative path to '@INC' means that any later code that changes the current working directory will change where modules are loaded from. This applies to the '.' path that used to be in '@INC' by default until perl 5.26.0, or a relative path added in code like 'use lib 'path/to/lib'', and may be a vulnerability if such a location is not supposed to be writable. Additionally, the commonly used FindBin module relies on interpreter state and the path to the original script invoked by the perl interpreter, sometimes requiring workarounds in uncommon cases like generated or embedded code. This module proposes a more straightforward method: take a path relative to the current file, absolutize it, and add it to '@INC'. If this module is already available to be loaded, it can be used as with lib.pm, passing relative paths, which will be absolutized relative to the current file then passed on to lib. Multiple arguments will be separately absolutized, and absolute paths will be passed on unchanged. For cases where this module cannot be loaded beforehand, the last section of the "SYNOPSIS" can be copy-pasted into a file to perform the same task. |
PackageName | perl-lib-relative |
PackageRelease | 3.1 |
PackageVersion | 1.000 |
SHA-1 | 49A52BAA81A4989C2F254CFBE31346F1AAC0009A |
SHA-256 | F767A0743DA37C927AC50CDB316FE32863FF325A25B8D22DC45F77D341636D3D |
Key | Value |
---|---|
MD5 | B2411FA2C758A441B81E38273FC6F395 |
PackageArch | noarch |
PackageDescription | Class::Tiny::Immutable is a wrapper around Class::Tiny which makes the generated attributes read-only, and required to be set in the object constructor if they do not have a lazy default defined. In other words, attributes are either "lazy" or "required". |
PackageName | perl-Class-Tiny-Immutable |
PackageRelease | lp152.1.1 |
PackageVersion | 0.001 |
SHA-1 | 51834F232C90200D983136DD8E4DA0894538F847 |
SHA-256 | 54308529180A947DA67E03B20FE91117E4CDE8E6E8A53C6342E4466E6D706F86 |
Key | Value |
---|---|
MD5 | 317C924CA55A0C98DCC3410A3FBA6D15 |
PackageArch | noarch |
PackageDescription | Adding a path to @INC to load modules from a local directory may seem simple, but has a few common pitfalls to be aware of. Directly adding a relative path to '@INC' means that any later code that changes the current working directory will change where modules are loaded from. This applies to the '.' path that used to be in '@INC' by default until perl 5.26.0, or a relative path added in code like 'use lib 'path/to/lib'', and may be a vulnerability if such a location is not supposed to be writable. Additionally, the commonly used FindBin module relies on interpreter state and the path to the original script invoked by the perl interpreter, sometimes requiring workarounds in uncommon cases like generated or embedded code. This module proposes a more straightforward method: take a path relative to the current file, absolutize it, and add it to '@INC'. If this module is already available to be loaded, it can be used as with lib.pm, passing relative paths, which will be absolutized relative to the current file then passed on to lib. Multiple arguments will be separately absolutized, and absolute paths will be passed on unchanged. For cases where this module cannot be loaded beforehand, the last section of the "SYNOPSIS" can be copy-pasted into a file to perform the same task. |
PackageName | perl-lib-relative |
PackageRelease | lp151.1.1 |
PackageVersion | 1.000 |
SHA-1 | 558ADD26FD8F19AE8176D3DBDC724E09DA63545E |
SHA-256 | B6B98E593F06AF9A2EA410C8EE11D1F182F93071A916C66EE472B39CE67A25A8 |
Key | Value |
---|---|
MD5 | 93F114BBCE51991E6A8813CF3C1C458F |
PackageArch | noarch |
PackageDescription | Adding a path to perlvar/"@INC" to load modules from a local directory may seem simple, but has a few common pitfalls to be aware of. Directly adding a relative path to '@INC' means that any later code that changes the current working directory will change where modules are loaded from. This applies to the '.' path that used to be in '@INC' by default until perl 5.26.0, or a relative path added in code like 'use lib 'path/to/lib'', and may be a vulnerability if such a location is not supposed to be writable. Additionally, the commonly used FindBin module relies on interpreter state and the path to the original script invoked by the perl interpreter, sometimes requiring workarounds in uncommon cases like generated or embedded code. This module proposes a more straightforward method: take a path relative to the perldata/"Special Literals", make it absolute, and add it to '@INC'. If this module is already available to be loaded, it can be used as with the lib manpage.pm, passing relative paths, which will be absolutized relative to the current file then passed on to lib. Multiple arguments will be separately absolutized, and absolute paths will be passed on unchanged. For cases where this module cannot be loaded beforehand, the last section of the /"SYNOPSIS"can be copy-pasted into a file to perform the same task. |
PackageMaintainer | tv <tv> |
PackageName | perl-lib-relative |
PackageRelease | 1.mga9 |
PackageVersion | 1.1.0 |
SHA-1 | 5791B9F73D20C920EBA8A33DF61DA3733CEDD9AF |
SHA-256 | 26551C022D5F8AF510ECA152979655D9590406B906C2CA3CB072653E61715EA8 |
Key | Value |
---|---|
MD5 | 3C6B4344DEE64D6491FFF88954B1173F |
PackageArch | noarch |
PackageDescription | Autoloading is a very powerful mechanism for dynamically handling function calls that are not defined. However, its implementation is very complicated. For the simple case where you wish to allow method calls to methods that don't yet exist, this module allows you to define an 'AUTOCAN' method which will return either a code reference or 'undef'. Autoload::AUTOCAN installs an 'AUTOLOAD' subroutine in the current package, which is invoked when an unknown method is called. The installed 'AUTOLOAD' will call 'AUTOCAN' with the invocant (class or object the method was called on) and the method name. If 'AUTOCAN' returns a code reference, it will be called with the same arguments as passed to the unknown method (including the invocant). If 'AUTOCAN' returns 'undef', an error will be thrown as expected when calling an undefined method. Along with 'AUTOLOAD', the module installs a 'can' method which returns code references as normal for defined methods (see UNIVERSAL), and delegates to 'AUTOCAN' for unknown methods. |
PackageName | perl-Autoload-AUTOCAN |
PackageRelease | 1.24 |
PackageVersion | 0.005 |
SHA-1 | 5EF176DEB8EA79B3A6A5C52D084ABA5825303602 |
SHA-256 | 5F9B9044B087876D61737CE1CEC686C4DB6CD6745F91447408319762310F0C07 |