SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Exporter-Easy rpm build for : openSUSE Leap 15. For other distributions click perl-Exporter-Easy.

Name : perl-Exporter-Easy
Version : 0.18 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp151.1.1 Date : 2018-12-03 22:13:55
Group : Development/Libraries/Perl Source RPM : perl-Exporter-Easy-0.18-lp151.1.1.src.rpm
Size : 0.04 MB
Packager : (none)
Summary : Takes the drudgery out of Exporting symbols
Description :
Exporter::Easy makes using Exporter easy. In its simplest case, it allows
you to drop the boilerplate code that comes with using Exporter, so

require Exporter;
use base qw( Exporter );
use vars qw( AATTEXPORT );
AATTEXPORT = ( \'init\' );

becomes

use Exporter::Easy ( EXPORT => [ \'init\' ] );

and more complicated situations where you use tags to build lists and more
tags become easy, like this

use Exporter::Easy (
EXPORT => [qw( init :base )],
TAGS => [
base => [qw( open close )],
read => [qw( read sysread readline )],
write => [qw( print write writeline )],
misc => [qw( select flush )],
all => [qw( :base :read :write :misc)],
no_misc => [qw( :all !:misc )],
],
OK => [qw( some other stuff )],
);

This will set \'AATTEXPORT\', \'AATTEXPORT_OK\', \'AATTEXPORT_FAIL\' and \'%EXPORT_TAGS\' in
the current package, add Exporter to that package\'s \'AATTISA\' and do a \'use
vars\' on all the variables mentioned. The rest is handled as normal by
Exporter.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_15.1/noarch

Content of RPM  Changelog  Provides Requires

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

Provides :
perl(Exporter::Easiest)
perl(Exporter::Easy)
perl-Exporter-Easy

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Exporter
/usr/lib/perl5/vendor_perl/5.26.1/Exporter/Easiest.pm
/usr/lib/perl5/vendor_perl/5.26.1/Exporter/Easy.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Exporter-Easy
/usr/share/doc/packages/perl-Exporter-Easy/Changes
/usr/share/doc/packages/perl-Exporter-Easy/LICENSE
/usr/share/doc/packages/perl-Exporter-Easy/README
/usr/share/doc/packages/perl-Exporter-Easy/TODO
/usr/share/doc/packages/perl-Exporter-Easy/bench
/usr/share/man/man3/Exporter::Easiest.3pm.gz
/usr/share/man/man3/Exporter::Easy.3pm.gz

 
ICM