SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Exporter-Lite rpm build for : OpenSuSE 12.X. For other distributions click perl-Exporter-Lite.

Name : perl-Exporter-Lite
Version : 0.02 Vendor : http://Packman_links2linux_de
Release : 2.2 Date : 2014-05-07 21:53:37
Group : Development/Libraries/Perl Source RPM : perl-Exporter-Lite-0.02-2.2.src.rpm
Size : 0.01 MB
Packager : packman_links2linux_de
Summary : Lightweight exporting of variables
Description :
This is an alternative to Exporter intended to provide a lightweight subset
of its functionality. It supports \'import()\', \'AATTEXPORT\' and \'AATTEXPORT_OK\'
and not a whole lot else.

Unlike Exporter, it is not necessary to inherit from Exporter::Lite (ie. no
\'AATTISA = qw(Exporter::Lite)\' mantra). Exporter::Lite simply exports its
import() function. This might be called a \"mix-in\".

Setting up a module to export its variables and functions is simple:

package My::Module;
use Exporter::Lite;

AATTEXPORT = qw($Foo bar);

now when you \'use My::Module\', \'$Foo\' and \'bar()\' will show up.

In order to make exporting optional, use AATTEXPORT_OK.

package My::Module;
use Exporter::Lite;

AATTEXPORT_OK = qw($Foo bar);

when My::Module is used, \'$Foo\' and \'bar()\' will _not_ show up. You have to
ask for them. \'use My::Module qw($Foo bar)\'.

RPM found in directory: /packages/linux-pbone/packman.iu-bremen.de/suse/openSUSE_12.2/Multimedia/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Exporter-Lite-0.02-2.2.noarch.rpm
     

Provides :
perl(Exporter::Lite)
perl-Exporter-Lite

Requires :
perl = 5.16.0
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.16.0/Exporter
/usr/lib/perl5/vendor_perl/5.16.0/Exporter/Lite.pm
/usr/lib/perl5/vendor_perl/5.16.0/x86_64-linux-thread-multi
/usr/share/man/man3/Exporter::Lite.3pm.gz

 
ICM