معرفی شرکت ها


perl-Exporter-Tiny-1.006000-1.fc37.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An exporter with the features of Sub::Exporter but only core dependencies
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything noarch
نام بسته perl-Exporter-Tiny
نام فایل بسته perl-Exporter-Tiny-1.006000-1.fc37.noarch.rpm
نسخه بسته 1.006000
انتشار بسته 1.fc37
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Mon 02 Jan 2023 03
هاست سازنده buildvm-ppc64le-32.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://metacpan.org/release/Exporter-Tiny
مجوز GPL-1.0-or-later OR Artistic-1.0-Perl
حجم دانلود 58K
حجم نصب 89.122K
Exporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the -as, -prefix and -suffix options; explicit destinations with the into option; and alternative installers with the installer option. But it's written in only about 40% as many lines of code and with zero non-core dependencies. Its internal-facing interface is closer to Exporter.pm, with configuration done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables. Exporter::Tiny performs most of its internal duties (including resolution of tag names to sub names, resolution of sub names to coderefs, and installation of coderefs into the target package) as method calls, which means they can be overridden to provide interesting behavior.


جایگزین ها

بسته نسخه معماری مخزن
perl-Exporter-Tiny-1.004003-1.fc37.noarch.rpm 1.004003 noarch Fedora Everything
perl-Exporter-Tiny-1.004003-1.fc37.src.rpm 1.004003 noarch Fedora Everything
perl-Exporter-Tiny-1.006000-1.fc37.src.rpm 1.006000 noarch Fedora Everything


نیازمندی

مقدار نام
- perl(:MODULE_COMPAT_5.36.0)
>= 5.6.1 perl(:VERSION)
- perl(Carp)
- perl(Exporter::Tiny)
- perl(strict)
- perl(warnings)


ارائه دهنده

مقدار نام
= 1.006000 perl(Exporter::Shiny)
= 1.006000 perl(Exporter::Tiny)
= 1.006000-1.fc37 perl-Exporter-Tiny


نحوه نصب


نصب پکیج rpm perl-Exporter-Tiny:

    dnf install perl-Exporter-Tiny-1.006000-1.fc37.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Exporter-Tiny
/usr/share/doc/perl-Exporter-Tiny/CREDITS
/usr/share/doc/perl-Exporter-Tiny/Changes
/usr/share/doc/perl-Exporter-Tiny/NEWS
/usr/share/doc/perl-Exporter-Tiny/README
/usr/share/doc/perl-Exporter-Tiny/TODO
/usr/share/doc/perl-Exporter-Tiny/examples
/usr/share/doc/perl-Exporter-Tiny/examples/Example
/usr/share/doc/perl-Exporter-Tiny/examples/Example/Exporter.pm
/usr/share/licenses/perl-Exporter-Tiny
/usr/share/licenses/perl-Exporter-Tiny/COPYRIGHT
/usr/share/licenses/perl-Exporter-Tiny/LICENSE
/usr/share/man/man3/Exporter::Shiny.3pm.gz
/usr/share/man/man3/Exporter::Tiny.3pm.gz
/usr/share/man/man3/Exporter::Tiny::Manual::Etc.3pm.gz
/usr/share/man/man3/Exporter::Tiny::Manual::Exporting.3pm.gz
/usr/share/man/man3/Exporter::Tiny::Manual::Importing.3pm.gz
/usr/share/man/man3/Exporter::Tiny::Manual::QuickStart.3pm.gz
/usr/share/perl5/vendor_perl/Exporter
/usr/share/perl5/vendor_perl/Exporter/Shiny.pm
/usr/share/perl5/vendor_perl/Exporter/Tiny
/usr/share/perl5/vendor_perl/Exporter/Tiny.pm
/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual
/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Etc.pod
/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Exporting.pod
/usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/Importing.pod


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-11-21

Update to 1.006000
Introduced lexical exporter support on Perl 5.11.2+ using the Lexical::Var
Refactored the Perl 5.37.2+ lexical exporter support

2022-10-15

Update to 1.004004
Minor corrections to QuickStart page in the manual

2022-09-30

Update to 1.004003
If exporting non-CODE items that happen to have the same name as exported
Using ! with a tag now works; it was previously documented as working but

2022-09-20

Update to 1.004002
Fix for t/15nonhashvalue.t on old versions of Test::More that don't support

2022-09-10

Update to 1.004001
Fix handling of non-hashref references in import list

2022-08-29

Update to 1.004000
Provide an experimental '-lexical' export option on Perl 5.37.2+
Quote $1 when passing it as a parameter to a function (GH#7)
Use SPDX-format license tag
Use %license unconditionally
Package new NEWS file

2022-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-05-31

Perl 5.36 rebuild

2022-01-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-05-21

Perl 5.34 rebuild

2021-01-27

Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild