Package : perl-namespace-autoclean > RPM : perl-namespace-autoclean-0.280.0-4.mga7.src.rpm

Basic items

Name perl-namespace-autoclean
Version 0.280.0
Release 4.mga7
URL http://search.cpan.org/dist/namespace-autoclean
Group Development/Perl
Summary Keep imports out of your namespace
Size 40KB
Arch noarch
License GPL+ or Artistic

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 pagma. It will also not touch anything that looks like a method,
according to 'Class::MOP::Class::get_method_list'.

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-19 11:26:22
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie