Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-lib-relative-1.0.0-2.mga8 RPM for noarch

From Mageia 8 for i586 / media / core / release

Name: perl-lib-relative Distribution: Mageia
Version: 1.0.0 Vendor: Mageia.Org
Release: 2.mga8 Build date: Sat Feb 15 02:23:35 2020
Group: Development/Perl Build host: localhost
Size: 61194 Source RPM: perl-lib-relative-1.0.0-2.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://metacpan.org/release/lib-relative
Summary: Add paths relative to the current file to @INC
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 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.

Provides

Requires

License

GPLv1+ or Artistic

Changelog

* Sat Feb 15 2020 umeabot <umeabot> 1.0.0-2.mga8
  + Revision: 1523984
  - Mageia 8 Mass Rebuild
* Tue Mar 19 2019 tv <tv> 1.0.0-1.mga7
  + Revision: 1378762
  - update to 1.000
* Thu Sep 20 2018 umeabot <umeabot> 0.2.0-2.mga7
  + Revision: 1287497
  - Mageia 7 Mass Rebuild

Files

/usr/share/doc/perl-lib-relative
/usr/share/doc/perl-lib-relative/Changes
/usr/share/doc/perl-lib-relative/INSTALL
/usr/share/doc/perl-lib-relative/LICENSE
/usr/share/doc/perl-lib-relative/META.json
/usr/share/doc/perl-lib-relative/META.yml
/usr/share/doc/perl-lib-relative/MYMETA.yml
/usr/share/doc/perl-lib-relative/README
/usr/share/man/man3/lib::relative.3pm.xz
/usr/share/perl5/vendor_perl/lib
/usr/share/perl5/vendor_perl/lib/relative.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:22:09 2024