Name : perl-namespace-clean
| |
Version : 0.13
| Vendor : openSUSE Build Service
|
Release : 3.13
| Date : 2021-12-28 17:43:53
|
Group : Development/Libraries/Perl
| Source RPM : perl-namespace-clean-0.13-3.13.src.rpm
|
Size : 0.02 MB
| |
Packager : (none)
| |
Summary : namespace::clean - Keep imports and functions out of your namespace
|
Description :
This module works through the effect that a
delete $SomePackage::{foo};
will remove the foo symbol from $SomePackage for run time lookups (e.g., method calls) but will leave the entry alive to be called by already resolved names in the package itself. namespace::clean will restore and therefor in effect keep all glob slots that aren\'t CODE.
A test file has been added to the perl core to ensure that this behaviour will be stable in future releases.
Just for completeness sake, if you want to remove the symbol completely, use undef instead.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/csbuild:/Perl/SLE_11/noarch |