SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-namespace-clean rpm build for : OpenSuSE 12.X. For other distributions click perl-namespace-clean.

Name : perl-namespace-clean
Version : 0.23 Vendor : obs://build_opensuse_org/home:sublymn8r
Release : 23.1 Date : 2013-04-12 07:40:20
Group : Development/Libraries/Perl Source RPM : perl-namespace-clean-0.23-23.1.src.rpm
Size : 0.02 MB
Packager : (none)
Summary : Keep imports and functions out of your namespace
Description :
When you define a function, or import one, into a Perl package, it will
naturally also be available as a method. This does not per se cause problems,
but it can complicate subclassing and, for example, plugin classes that are
included via multiple inheritance by loading them as base classes.

The namespace::clean pragma will remove all previously declared or 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.

By unimporting via no you can tell namespace::clean to start collecting
functions for the next use namespace::clean; specification.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/sublymn8r:/RT/openSUSE_12.1/noarch

Content of RPM  Changelog  Provides Requires

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

Provides :
perl(namespace::clean)
perl-namespace-clean

Requires :
perl(Package::Stash) => 0.23
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(Test::More) => 0.88
perl(B::Hooks::EndOfScope) => 0.07
perl = 5.14.2


Content of RPM :
/usr/lib/perl5/vendor_perl/5.14.2/namespace
/usr/lib/perl5/vendor_perl/5.14.2/namespace/clean
/usr/lib/perl5/vendor_perl/5.14.2/namespace/clean.pm
/usr/lib/perl5/vendor_perl/5.14.2/namespace/clean/_PP_OSE.pm
/usr/lib/perl5/vendor_perl/5.14.2/namespace/clean/_PP_OSE_5_8.pm
/usr/lib/perl5/vendor_perl/5.14.2/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-namespace-clean
/usr/share/doc/packages/perl-namespace-clean/Changes
/usr/share/man/man3/namespace::clean.3pm.gz

 
ICM