Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Exporter-Lite | Distribution: openSUSE Tumbleweed |
Version: 0.09 | Vendor: openSUSE |
Release: 1.9 | Build date: Sat Mar 5 04:06:08 2022 |
Group: Unspecified | Build host: reproducible |
Size: 13481 | Source RPM: perl-Exporter-Lite-0.09-1.9.src.rpm |
Packager: http://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 /;
Artistic-1.0 OR GPL-1.0-or-later
* 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
/usr/lib/perl5/vendor_perl/5.40.0/Exporter /usr/lib/perl5/vendor_perl/5.40.0/Exporter/Lite.pm /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, Wed Nov 20 00:28:09 2024