Result for F4719E64BC1438AEF339DF3DB58345D02CC6BABC

Query result

Key Value
FileName./usr/share/doc/packages/perl-lib-relative/README
FileSize2817
MD585A73B892536EA98E4D045FE7DF81CC8
SHA-1F4719E64BC1438AEF339DF3DB58345D02CC6BABC
SHA-256A73A867084CFFE415D59D4172C086E2B7C0980387B8BACE9E2EC089488DBBC06
SSDEEP48:B0cNiF/sxfTM564n5E6b8P/dTa62JeqynVhq2Q+irpQzBpOGI5nEqMUCOclogE6b:/GgfT+64n59byta62cqyVI2EaOhnH6b
TLSHT1BD51463527952231B85013D26F6B8DF09206D1FF53366A403A2C535C6F268AC57FDAE2
hashlookup:parent-total23
hashlookup:trust100

Network graph view

Parents (Total: 23)

The searched file hash is included in 23 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
MD593F114BBCE51991E6A8813CF3C1C458F
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 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.
PackageMaintainertv <tv>
PackageNameperl-lib-relative
PackageRelease1.mga9
PackageVersion1.1.0
SHA-15791B9F73D20C920EBA8A33DF61DA3733CEDD9AF
SHA-25626551C022D5F8AF510ECA152979655D9590406B906C2CA3CB072653E61715EA8
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
MD5C9420519F02D79DE558F06540277673A
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
PackageReleasebp155.1.5
PackageVersion1.001
SHA-1868459B5F1DBC8052122C775DBA6BB4FFE846948
SHA-256BC1DE06E4726117666171BBFA8D6EB44B62D84997CACF3213E7E84CF680DC82F