SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-MooX-late rpm build for : openSUSE Tumbleweed. For other distributions click perl-MooX-late.

Name : perl-MooX-late
Version : 0.100 Vendor : openSUSE
Release : 2.7 Date : 2024-02-01 02:02:08
Group : Unspecified Source RPM : perl-MooX-late-0.100-2.7.src.rpm
Size : 0.05 MB
Packager : http://bugs_opensuse_org
Summary : easily translate Moose code to Moo
Description :
Moo is a light-weight object oriented programming framework which aims to
be compatible with Moose. It does this by detecting when Moose has been
loaded, and automatically \"inflating\" its classes and roles to full Moose
classes and roles. This way, Moo classes can consume Moose roles, Moose
classes can extend Moo classes, and so forth.

However, the surface syntax of Moo differs somewhat from Moose. For example
the \'isa\' option when defining attributes in Moose must be either a string
or a blessed Moose::Meta::TypeConstraint object; but in Moo must be a
coderef. These differences in surface syntax make porting code from Moose
to Moo potentially tricky. MooX::late provides some assistance by enabling
a slightly more Moosey surface syntax.

MooX::late does the following:

* 1.

Supports \'isa => $stringytype\'.

* 2.

Supports \'does => $rolename\' .

* 3.

Supports \'lazy_build => 1\'.

* 4.

Exports \'blessed\' and \'confess\' functions to your namespace.

* 5.

Handles native attribute traits.

Five features. It is not the aim of \'MooX::late\' to make every aspect of
Moo behave exactly identically to Moose. It\'s just going after the
low-hanging fruit. So it does five things right now, and I promise that
future versions will never do more than seven.

Previous releases of MooX::late added support for \'coerce => 1\' and
\'default => $nonref\'. These features have now been added to Moo itself, so
MooX::late no longer has to deal with them.

RPM found in directory: /vol/rzm3/linux-opensuse/ports/i586/tumbleweed/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(MooX::late)
perl(MooX::late::DefinitionContext)
perl-MooX-late

Requires :
perl(:MODULE_COMPAT_5.38.2)
perl(Moo) >= 2
perl(Sub::HandlesVia) >= 0.013
perl(Type::Utils) >= 1.000001
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.38.2/MooX
/usr/lib/perl5/vendor_perl/5.38.2/MooX/late.pm
/usr/share/doc/packages/perl-MooX-late
/usr/share/doc/packages/perl-MooX-late/COPYRIGHT
/usr/share/doc/packages/perl-MooX-late/CREDITS
/usr/share/doc/packages/perl-MooX-late/Changes
/usr/share/doc/packages/perl-MooX-late/README
/usr/share/doc/packages/perl-MooX-late/TODO
/usr/share/doc/packages/perl-MooX-late/doap.ttl
/usr/share/doc/packages/perl-MooX-late/examples
/usr/share/doc/packages/perl-MooX-late/examples/simple.pl
/usr/share/licenses/perl-MooX-late
/usr/share/licenses/perl-MooX-late/LICENSE
/usr/share/man/man3/MooX::late.3pm.gz

 
ICM