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

perl-Exporter-Lite-0.09-bp156.2.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: perl-Exporter-Lite Distribution: SUSE Linux Enterprise 15 SP6
Version: 0.09 Vendor: openSUSE
Release: bp156.2.1 Build date: Sat Jul 22 11:24:19 2023
Group: Unspecified Build host: lamb25
Size: 13723 Source RPM: perl-Exporter-Lite-0.09-bp156.2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://metacpan.org/release/Exporter-Lite
Summary: Lightweight exporting of functions and variables
Exporter::Lite is an alternative to Exporter, intended to provide a
lightweight subset of the most commonly-used functionality. It supports
'import()', '@EXPORT' and '@EXPORT_OK' and not a whole lot else.

Exporter::Lite simply exports its import() function into your namespace.
This might be called a "mix-in" or a "role".

When 'Exporter::Lite' was written, if you wanted to use 'Exporter' you had
to write something like this:

 use Exporter;
 our @ISA = qw/ Exporter /;

'Exporter::Lite' saved you from writing that second line. But since before
2010 you've been able to write:

 use Exporter qw/ import /;

Which imports the 'import' function into your namespace from 'Exporter'. As
a result, I would recommend that you use 'Exporter' now, as it's a core
module (shipped with Perl).

To make sure you get a version of 'Exporter' that supports the above usage,
specify a minimum version when you 'use' it:

 use Exporter 5.57 qw/ import /;

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Sat Mar 05 2022 Tina Müller <timueller+perl@suse.de>
  - updated to 0.09
    see /usr/share/doc/packages/perl-Exporter-Lite/Changes
* Wed Jan 20 2016 coolo@suse.com
  - updated to 0.08
    see /usr/share/doc/packages/perl-Exporter-Lite/Changes
    0.08 2016-01-13
    - Fixed typo in name of Constant::Export::Lazy in SEE ALSO. MANWAR++
    - Simplified Makefile.PL
* Wed Nov 11 2015 coolo@suse.com
  - updated to 0.07
    see /usr/share/doc/packages/perl-Exporter-Lite/Changes
    0.07 2015-10-09
    - Updated github repo URL after changing my github username
* Tue Apr 14 2015 coolo@suse.com
  - updated to 0.06
    see /usr/share/doc/packages/perl-Exporter-Lite/Changes
* Thu Jul 14 2011 coolo@novell.com
  - updated to 0.02
* Tue Nov 30 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Nov 29 2010 coolo@novell.com
  - remove /var/adm/perl-modules
* Mon Nov 29 2010 coolo@novell.com
  - called spec2changelog
* Tue Jun 20 2006 jfunk@funktronics.ca
  - Build under build service
* Fri Nov 11 2005 jfunk@funktronics.ca
  - Build for SL10

Files

/usr/lib/perl5/vendor_perl/5.26.1/Exporter
/usr/lib/perl5/vendor_perl/5.26.1/Exporter/Lite.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Exporter-Lite
/usr/share/doc/packages/perl-Exporter-Lite/Changes
/usr/share/doc/packages/perl-Exporter-Lite/README
/usr/share/man/man3/Exporter::Lite.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:30:45 2024