Name : perl-Acme-Magpie
| |
Version : 0.06
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.8.1
| Date : 2023-07-20 17:32:41
|
Group : Development/Libraries/Perl
| Source RPM : perl-Acme-Magpie-0.06-lp155.8.1.src.rpm
|
Size : 0.01 MB
| |
Packager : https://www_suse_com/
| |
Summary : steals shiny things
|
Description :
The Magpie is a bird known for stealing shiny things to build its nest from, Acme::Magpie attempts to be a software emulation of this behaviour.
When invoked Acme::Magpie scans the symbol tables of your program and stores attractive (shiny) methods in the %Acme::Magpie::Nest hash.
Shinyness is determined by the return value of the shiny method this can be redefined by child classes:
package Acme::Magpie::l33t; use strict; use base qw(Acme::Magpie);
sub shiny { local ($_) = $_[1] =~ /.*::(.*)/; return tr/[0-9]// > tr/[a-z][A-Z]//; } 1; __END__
This magpie considers identifiers with more numbers than letters as shiny. The code is installed with this distribution.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-A/15.5/noarch |