SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-MooX-ClassAttribute rpm build for : OpenSuSE. For other distributions click perl-MooX-ClassAttribute.

Name : perl-MooX-ClassAttribute
Version : 0.011 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.3.1 Date : 2023-01-27 18:29:34
Group : Development/Libraries/Perl Source RPM : perl-MooX-ClassAttribute-0.011-lp154.3.1.src.rpm
Size : 0.07 MB
Packager : https://www_suse_com/
Summary : declare class attributes Moose-style... but without Moose
Description :
This module adds support for class attributes to the Moo manpage. Class
attributes are attributes whose values are not associated with any
particular instance of the class.

For example, the \'Person\' class might have a class attribute
\"binomial_name\"; its value \"Homo sapiens\" is not associated with any
particular individual, but the class as a whole.

say Person->binomial_name; # \"Homo sapiens\"
my $bob = Person->new;
say $bob->binomial_name; # \"Homo sapiens\"

my $alice = Person->new;
$alice->binomial_name(\"H. sapiens\");
say $bob->binomial_name; # \"H. sapiens\"

Class attributes may be defined in roles, however they cannot be called as
methods using the role package name. Instead the role must be composed with
a class; the class attributes will be installed into that class.

This module mostly tries to behave like the MooseX::ClassAttribute manpage.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-M/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-MooX-ClassAttribute-0.011-lp154.3.1.noarch.rpm
     

Provides :
perl(Method::Generate::ClassAccessor)
perl(MooX::CaptainHook)
perl(MooX::CaptainHook::HandleMoose::Hack)
perl(MooX::CaptainHook::OnApplication)
perl(MooX::CaptainHook::OnApplication::Moose)
perl(MooX::CaptainHook::OnInflation)
perl(MooX::ClassAttribute)
perl(MooX::ClassAttribute)
perl(MooX::ClassAttribute::HandleMoose)
perl-MooX-ClassAttribute

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Exporter::Shiny)
perl(Moo) >= 1.000000
perl(Role::Tiny) >= 1.000000
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Method
/usr/lib/perl5/vendor_perl/5.26.1/Method/Generate
/usr/lib/perl5/vendor_perl/5.26.1/Method/Generate/ClassAccessor.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooX
/usr/lib/perl5/vendor_perl/5.26.1/MooX/CaptainHook.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooX/ClassAttribute
/usr/lib/perl5/vendor_perl/5.26.1/MooX/ClassAttribute.pm
/usr/lib/perl5/vendor_perl/5.26.1/MooX/ClassAttribute/HandleMoose.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-MooX-ClassAttribute
/usr/share/doc/packages/perl-MooX-ClassAttribute/COPYRIGHT
/usr/share/doc/packages/perl-MooX-ClassAttribute/CREDITS
/usr/share/doc/packages/perl-MooX-ClassAttribute/Changes
/usr/share/doc/packages/perl-MooX-ClassAttribute/LICENSE
/usr/share/doc/packages/perl-MooX-ClassAttribute/README
/usr/share/doc/packages/perl-MooX-ClassAttribute/doap.ttl
/usr/share/doc/packages/perl-MooX-ClassAttribute/examples
/usr/share/doc/packages/perl-MooX-ClassAttribute/examples/binomial_name.pl
/usr/share/doc/packages/perl-MooX-ClassAttribute/examples/hooks
/usr/share/doc/packages/perl-MooX-ClassAttribute/examples/hooks/track-consumers.pl
/usr/share/man/man3/Method::Generate::ClassAccessor.3pm.gz
/usr/share/man/man3/MooX::CaptainHook.3pm.gz
/usr/share/man/man3/MooX::ClassAttribute.3pm.gz
/usr/share/man/man3/MooX::ClassAttribute::HandleMoose.3pm.gz

 
ICM