SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Exporter-Lite
Version : 0.02 Vendor : openSUSE
Release : 6.1.2 Date : 2012-09-07 18:57:53
Group : Development/Libraries/Perl Source RPM : perl-Exporter-Lite-0.02-6.1.2.src.rpm
Size : 0.01 MB
Packager : http://bugs_opensuse_org
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/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/12.2:/ARM/standard/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

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/armv7l-linux-thread-multi
/usr/share/man/man3/Exporter::Lite.3pm.gz

 
ICM