SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : perl-Sub-Exporter-ForMethods
Version : 0.100052 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp150.25.2 Date : 2015-07-18 14:00:00
Group : Development/Libraries/Perl Source RPM : perl-Sub-Exporter-ForMethods-0.100052-lp150.25.2.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : Helper routines for using Sub::Exporter to build methods
Description :
The synopsis section, above, looks almost indistinguishable from any other
use of Sub::Exporter, apart from the use of \'method_installer\'. It is
nearly indistinguishable in behavior, too. The only change is that
subroutines exported from Method::Builder into named slots in
Vehicle::Autobot will be wrapped in a subroutine called
\'Vehicle::Autobot::transform\'. This will insert a named frame into stack
traces to aid in debugging.

More importantly (for the author, anyway), they will not be removed by
namespace::autoclean. This makes the following code work:

package MyLibrary;

use Math::Trig qw(tan); # uses Exporter.pm
use String::Truncate qw(trunc); # uses Sub::Exporter\'s defaults

use Sub::Exporter::ForMethods qw(method_installer);
use Mixin::Linewise { installer => method_installer }, qw(read_file);

use namespace::autoclean;

...

1;

After MyLibrary is compiled, \'namespace::autoclean\' will remove \'tan\' and
\'trunc\' as foreign contaminants, but will leave \'read_file\' in place. It
will also remove \'method_installer\', an added win.

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

Content of RPM  Changelog  Provides Requires

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

Provides :
perl(Sub::Exporter::ForMethods)
perl-Sub-Exporter-ForMethods

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Sub::Exporter) >= 0.978
perl(Sub::Name)
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/Sub
/usr/lib/perl5/vendor_perl/5.26.1/Sub/Exporter
/usr/lib/perl5/vendor_perl/5.26.1/Sub/Exporter/ForMethods.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Sub-Exporter-ForMethods
/usr/share/doc/packages/perl-Sub-Exporter-ForMethods/Changes
/usr/share/doc/packages/perl-Sub-Exporter-ForMethods/LICENSE
/usr/share/doc/packages/perl-Sub-Exporter-ForMethods/README
/usr/share/man/man3/Sub::Exporter::ForMethods.3pm.gz

 
ICM