./devel/p5-MooX-late, Easily translate Moose code to Moo

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.100nb5, Package name: p5-MooX-late-0.100nb5, Maintainer: pkgsrc-users

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.


Required to run:
[lang/perl5] [devel/p5-Moo] [devel/p5-Type-Tiny] [devel/p5-Sub-HandlesVia]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

Filesize: 21.595 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-05-24 21:56:06 by Thomas Klausner | Files touched by this commit (3575)
Log message:
*: recursive bump for perl 5.34
   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2020-06-08 16:11:14 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
p5-MooX-late: update to 0.100nb1.

p5-Sub-HandlesVia is a runtime dependency.
   2020-04-16 14:43:45 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-MooX-late) Updated to 0.100

(pkgsrc)
  + TEST_DEPENDS+= p5-Sub-HandlesVia-[0-9]*

(upstream)
0.100   2020-02-17

 [ Packaging ]
 - Make Sub::HandlesVia a required dependency.

 [ Other ]
 - Use Sub::HandlesVia instead of MooX::HandlesVia; less translation needed
   because Sub::HandlesVia already understands Moose-like syntax; plus it
   covers more datatypes and methods.