Name: | perl-asa |
---|---|
Version: | 1.03 |
Release: | 6.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 35441 |
License: | GPL+ or Artistic |
RPM: | perl-asa-1.03-6.el7.noarch.rpm |
Source RPM: | perl-asa-1.03-6.el7.src.rpm |
Build Date: | Sat Oct 28 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/asa |
Summary: | Lets your class/object say it works like something else |
Description: | Perl 5 doesn't natively support Java-style interfaces, and it doesn't support Perl 6 style roles either. You can get both of these things in half a dozen different ways via various CPAN modules, but they usually require that you buy into "their way" of implementing your code. This package overrides the isa() method, allowing your class to claim it's a class it's not (that is, isn't in @ISA). |