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

perl-Exporter-Tiny-1.006002-1.5 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: perl-Exporter-Tiny Distribution: openSUSE Tumbleweed
Version: 1.006002 Vendor: openSUSE
Release: 1.5 Build date: Sat Apr 1 05:06:32 2023
Group: Unspecified Build host: reproducible
Size: 127816 Source RPM: perl-Exporter-Tiny-1.006002-1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Exporter-Tiny
Summary: An exporter with the features of Sub::Exporter but only core dependencies
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.

If you are trying to *write* a module that inherits from Exporter::Tiny,
then look at:

  * Exporter::Tiny::Manual::QuickStart

  * Exporter::Tiny::Manual::Exporting

If you are trying to *use* a module that inherits from Exporter::Tiny, then
look at:

  * Exporter::Tiny::Manual::Importing

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Sat Apr 01 2023 Tina Müller <timueller+perl@suse.de>
  - updated to 1.006002
    see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
    Home page:    <https://exportertiny.github.io/>
* Tue Nov 22 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 1.006000
    see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
    1.006000	2022-11-21
    [ Packaging ]
    - Stable version number.
    1.005_000	2022-10-17
    - Introduced lexical exporter support on Perl 5.11.2+ using the
      Lexical::Var module.
    - Refactored the Perl 5.37.2+ lexical exporter support.
* Sun Oct 16 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 1.004004
    see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
    1.004004	2022-10-15
    [ Documentation ]
    - Minor corrections to QuickStart page in the manual.
* Sat Oct 01 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 1.004003
    see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
    1.004003	2022-09-30
    [ Bug Fixes ]
    - If exporting non-CODE items which happen to have the same name as
      exported CODE items, their export was being quietly blocked. These
      exports should now work.
      Diab Jerius++
      <https://github.com/tobyink/p5-exporter-tiny/issues/9>
    - Using ! with a tag now works; it was previously documented as working
      but not implemented.
      Diab Jerius++
      <https://github.com/tobyink/p5-exporter-tiny/issues/8>
* Sat Sep 17 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 1.004002
    see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
    1.004002	2022-09-16
    [ Test Suite ]
    - Fix for t/15nonhashvalue.t on old versions of Test::More which don't
      support `done_testing`.
    1.004001	2022-09-09
    [ Bug Fixes ]
    - Fix handling of non-hashref references in import list.
* Sat Aug 27 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 1.004000
    see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
* Sat Apr 25 2020 <timueller+perl@suse.de>
  - updated to 1.002002
    see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
    1.002002	2020-04-24
    [ Bug Fixes ]
    - Bug in handling regexps in import lists; Exporter::Tiny allowed regexps
      like /foo/i but not /foo/. Having trailing flags is now optional!
      Tomohiro Hosaka++
      <https://github.com/tobyink/p5-exporter-tiny/issues/6>
    - Tests would fail if `PERL5OPT=-Mfeature=:5.18` environment variable was
      set. This is because bareword `-default` was being interpreted as the
      Perl `default` keyword.
      zhumengu++
      <https://github.com/tobyink/p5-exporter-tiny/issues/5>
* Wed Jul 18 2018 coolo@suse.com
  - updated to 1.002001
    see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
    1.002001	2018-07-17
    [ Packaging ]
    - Fix dates in changelog.
    1.002000	2018-07-17
    [ Packaging ]
    - Repackage as 1.002000.
    1.001_001	2018-06-29
    [ Test Suite ]
    - Improved test coverage, up from 88.78% on coveralls.io to 96.74%.
    1.001_000	2018-06-26
    - Added: Support for exporting non-code symbols such as $Foo, @Bar, and
      %Baz.
    - Added: Support for generating non-code symbols.
* Tue Oct 17 2017 adrian.glaubitz@suse.com
  - move LICENSE from %license to %doc to fix FTBFS on <= SLE_12_SP2
* Thu May 25 2017 coolo@suse.com
  - updated to 1.000000
    see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
    1.000000	2017-05-22
    [ Packaging ]
    - Repackage as 1.000000.

Files

/usr/lib/perl5/vendor_perl/5.38.2/Exporter
/usr/lib/perl5/vendor_perl/5.38.2/Exporter/Shiny.pm
/usr/lib/perl5/vendor_perl/5.38.2/Exporter/Tiny
/usr/lib/perl5/vendor_perl/5.38.2/Exporter/Tiny.pm
/usr/lib/perl5/vendor_perl/5.38.2/Exporter/Tiny/Manual
/usr/lib/perl5/vendor_perl/5.38.2/Exporter/Tiny/Manual/Etc.pod
/usr/lib/perl5/vendor_perl/5.38.2/Exporter/Tiny/Manual/Exporting.pod
/usr/lib/perl5/vendor_perl/5.38.2/Exporter/Tiny/Manual/Importing.pod
/usr/lib/perl5/vendor_perl/5.38.2/Exporter/Tiny/Manual/QuickStart.pod
/usr/share/doc/packages/perl-Exporter-Tiny
/usr/share/doc/packages/perl-Exporter-Tiny/COPYRIGHT
/usr/share/doc/packages/perl-Exporter-Tiny/CREDITS
/usr/share/doc/packages/perl-Exporter-Tiny/Changes
/usr/share/doc/packages/perl-Exporter-Tiny/NEWS
/usr/share/doc/packages/perl-Exporter-Tiny/README
/usr/share/doc/packages/perl-Exporter-Tiny/TODO
/usr/share/doc/packages/perl-Exporter-Tiny/doap.ttl
/usr/share/doc/packages/perl-Exporter-Tiny/examples
/usr/share/doc/packages/perl-Exporter-Tiny/examples/Example
/usr/share/doc/packages/perl-Exporter-Tiny/examples/Example/Exporter.pm
/usr/share/licenses/perl-Exporter-Tiny
/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024