SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-namespace-autoclean rpm build for : OpenSuSE 13.X. For other distributions click perl-namespace-autoclean.

Name : perl-namespace-autoclean
Version : 0.28 Vendor : obs://build_opensuse_org/home:smithfarm
Release : 30.1 Date : 2015-12-11 20:08:58
Group : Development/Libraries/Perl Source RPM : perl-namespace-autoclean-0.28-30.1.src.rpm
Size : 0.04 MB
Packager : (none)
Summary : Keep imports out of your namespace
Description :
When you import a function into a Perl package, it will naturally also be
available as a method.

The \'namespace::autoclean\' pragma will remove all imported symbols at the
end of the current package\'s compile cycle. Functions called in the package
itself will still be bound by their name, but they won\'t show up as methods
on your class or instances.

This module is very similar to namespace::clean, except it will clean all
imported functions, no matter if you imported them before or after you
\'use\'d the pragma. It will also not touch anything that looks like a
method.

If you\'re writing an exporter and you want to clean up after yourself (and
your peers), you can use the \'-cleanee\' switch to specify what package to
clean:

package My::MooseX::namespace::autoclean;
use strict;

use namespace::autoclean (); # no cleanup, just load

sub import {
namespace::autoclean->import(
-cleanee => scalar(caller),
);
}

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/smithfarm/openSUSE_13.2/noarch

Content of RPM  Changelog  Provides Requires

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

Provides :
perl(namespace::autoclean)
perl-namespace-autoclean

Requires :
perl(namespace::clean) => 0.20
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(:MODULE_COMPAT_5.20.1)
perl(Sub::Identify)
perl(B::Hooks::EndOfScope) => 0.12


Content of RPM :
/usr/lib/perl5/vendor_perl/5.20.1/namespace
/usr/lib/perl5/vendor_perl/5.20.1/namespace/autoclean.pm
/usr/lib/perl5/vendor_perl/5.20.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-namespace-autoclean
/usr/share/doc/packages/perl-namespace-autoclean/CONTRIBUTING
/usr/share/doc/packages/perl-namespace-autoclean/Changes
/usr/share/doc/packages/perl-namespace-autoclean/LICENCE
/usr/share/doc/packages/perl-namespace-autoclean/README
/usr/share/man/man3/namespace::autoclean.3pm.gz

 
ICM