libmoox-late-perl

Easily translate moose code to moo
  https://metacpan.org/release/MooX-late
  0
  no reviews



Moo is a light-weight object oriented programming framework which aims to be partly compatible with moose. however, the surface syntax of moo differs somewhat from moose.

moox::late provides some assistance by enabling a slightly more moosey surface syntax. moox::late makes it easier:

- to port code that was initially written for moose to moo
- to write moo code that can later be converted to use the
full moose feature-set if needed.