Result for E4B1F8336685BCD978EDA83A0267FDC0657952E9

Query result

Key Value
FileName./usr/lib/perl5/vendor_perl/5.26.1/lib/relative.pm
FileSize3182
MD5BCB6F75A18241F554B4D2EA08C592DC4
SHA-1E4B1F8336685BCD978EDA83A0267FDC0657952E9
SHA-25693B40C050572D5B0F9012455D1B891D9681BBBD65A21978FB240B4DC68A47542
SSDEEP48:P48xAQUXN+7Mrg1J00G9l/8xfjcX7dfy5Eq2yYjTjhV2VdwVM+ijl65UTOWykqMw:PrAQM8mfQfjy7dfy5R7oT23ms6T54t6p
TLSHT1C361423223E42321E86413D57A16CAF09705E2FC533A4B807E78538C6964CA85BFEAD6
hashlookup:parent-total20
hashlookup:trust100

Network graph view

Parents (Total: 20)

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

Key Value
MD594A02D897CAC500AEC81575FC73B0193
PackageArchnoarch
PackageDescriptionThis 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.
PackageMaintainerFedora Project
PackageNameperl-lib-relative
PackageRelease6.fc33
PackageVersion1.000
SHA-10F87401EB4775770B3555BE2A8C82ADA1873F11E
SHA-25600BDBDC314017AB2EBF3D2F9658750DE3932575302C874503716A77D628D4AF2
Key Value
MD5E06461E7F32466E48A4879A314F866DB
PackageArchnoarch
PackageDescriptionAdding 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.
PackageNameperl-lib-relative
PackageRelease1.1
PackageVersion1.000
SHA-119C53860C6C3A8C9D5CF83C1CF94FF9E61133AF3
SHA-25656720B2A6D83D24F33ABDC611A88D955ECEDB605FD112E0FC56F34E74CA8DD51
Key Value
MD524CE1C9954085600FBB9BEB669DE91A7
PackageArchnoarch
PackageDescriptionAdding 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.
PackageNameperl-lib-relative
PackageRelease3.1
PackageVersion1.000
SHA-149A52BAA81A4989C2F254CFBE31346F1AAC0009A
SHA-256F767A0743DA37C927AC50CDB316FE32863FF325A25B8D22DC45F77D341636D3D
Key Value
MD5317C924CA55A0C98DCC3410A3FBA6D15
PackageArchnoarch
PackageDescriptionAdding 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.
PackageNameperl-lib-relative
PackageReleaselp151.1.1
PackageVersion1.000
SHA-1558ADD26FD8F19AE8176D3DBDC724E09DA63545E
SHA-256B6B98E593F06AF9A2EA410C8EE11D1F182F93071A916C66EE472B39CE67A25A8
Key Value
MD50F04EAC73BB6E176B3E4AD1FEF801AF9
PackageArchnoarch
PackageDescriptionAdding 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.
PackageMaintainerhttps://bugs.opensuse.org
PackageNameperl-lib-relative
PackageReleasebp154.1.21
PackageVersion1.000
SHA-171722FD3DA98A039C5DB93C3DEAC4CFCA540EBCE
SHA-25639AA0236CC0FE7D01031BC7EE9F610DDEA5FC91C3660F59627D60F30416816A3
Key Value
MD5E2A83C1EE5132421F1166097BC1C4FBF
PackageArchnoarch
PackageDescriptionAdding 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.
PackageNameperl-lib-relative
PackageReleaselp152.1.1
PackageVersion1.000
SHA-171DA21550D3D68A55225BB45C41A8850D04F0EF0
SHA-25643C8AF986EB4F8B90A7D6053F53C8694CFE61E2F9699B176C885D2037ACEE9E0
Key Value
MD55E0593F58854BB89C9F20258ABC62ECD
PackageArchnoarch
PackageDescriptionAdding 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 the FindBin manpage 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", absolutize it, 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 the lib manpage. 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 the /"SYNOPSIS" manpage can be copy-pasted into a file to perform the same task.
PackageMaintainertv <tv>
PackageNameperl-lib-relative
PackageRelease1.mga7
PackageVersion1.0.0
SHA-1738789808B64B73CEA3E0B2BAC3E9DC150D9E713
SHA-25653E08A5BE87A79A41DEA71BBA3886C39A4E76A5BCD27EF49FBBF2E107CD8B105
Key Value
MD562B12BBFECD153331A53EDF15EB5C257
PackageArchnoarch
PackageDescriptionAdding 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.
PackageNameperl-lib-relative
PackageRelease1.3
PackageVersion1.000
SHA-175942E16251CFC080A9D47F58A2A01684CDD1E60
SHA-2560CF5430B0439950B506590C3C84FB040800A7B653D4D6205CC697C0282B1591E
Key Value
MD5E3A540FB34936C70151ABD6CA0F3ABE3
PackageArchnoarch
PackageDescriptionThis 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.
PackageMaintainerFedora Project
PackageNameperl-lib-relative
PackageRelease7.fc34
PackageVersion1.000
SHA-18A7710F29B0DD0632B8A189722D1E2B201BBA7B7
SHA-2560A1212F0873F105B768D34C0EFC47AF8C462A1D2652CF27F2C68568F5041F61D
Key Value
MD51B4B30A8A118473CA4030EDD124D53D1
PackageArchnoarch
PackageDescriptionAdding 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.
PackageNameperl-lib-relative
PackageRelease1.1
PackageVersion1.000
SHA-1901D2CC1825363C2E0FD53A3CB71FFD1339BD573
SHA-25613FAA61E9E6F937FFD6D56A0F969612D504ECB5D5A88EF8872D3FEA46B448B6E