Codebase list libmoosex-has-sugar-perl / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

MooseX::Has::Sugar

"MooseX::Has::Sugar" and its related modules provide simple, short-hand,
bare-word functions that act as declarative macros for greatly
compacting "Moose" "has" declarations, in a similar way to those
provided by the declarative subroutines provided by "MooseX::Types"

This provides:

*   Less typing when defining "has" constraints

*   Faster, more skim-readable blocks of "has" constraints

*   Perl Language Level syntax validation at compile time

INSTALLATION

This is a Perl module distribution. It should be installed with whichever
tool you use to manage your installation of Perl, e.g. any of

  cpanm .
  cpan  .
  cpanp -i .

Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
Should you wish to install this module manually, the procedure is

  perl Makefile.PL
  make
  make test
  make install

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Kent Fredric
<kentfredric@gmail.com>.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.