Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37040484
en ru br
ALT Linux repos
S:0.29-alt1

Group :: Development/Perl
RPM: perl-namespace-autoclean

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.29-alt1
Build date: 29 august 2019, 11:27 ( 239.0 weeks ago )
Size: 42.74 Kb

Home page:   http://search.cpan.org/dist/namespace-autoclean…

License: GPL or Artistic
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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-namespace-autoclean
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin