Name : perl-Attribute-Util
| |
Version : 1.07
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 7.70
| Date : 2024-08-05 20:00:59
|
Group : Development/Libraries/Perl
| Source RPM : perl-Attribute-Util-1.07-7.70.src.rpm
|
Size : 0.02 MB
| |
Packager : (none)
| |
Summary : Assorted general utility attributes
|
Description :
When used without argument, this module provides four universally accessible attributes of general interest as follows:
* Abstract
See Attribute::Abstract.
* Alias
See Attribute::Alias.
* Memoize
See Attribute::Memoize.
* Method
See Attribute::Method.
* SigHandler
See Attribute::SigHandler.
When used with arguments, this module acts as an attributes loader.
use Attribute::Util qw/Memoize SigHandler/;
Is exactly the same as
use Attribute::Memoize; use Attribute::SigHandler;
Theoretically, you can load any other attribute handlers so long as it is named _Attribute::AnyThing_.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/openSUSE_Tumbleweed/noarch |