MooX-ClassOnlyConstructor version v0.1_1
=========================

This module allow one to make Moo constuctors be callable only as class
methods.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

If you are on a windows box you should use 'nmake' rather than 'make'.

DEPENDENCIES

This module requires these other modules and libraries:

Moo::Role

COPYRIGHT AND LICENCE

Copyright (C) 2014 by Jim Bacon

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.016 or,
at your option, any later version of Perl 5 you may have available.
