Group
Extension

Matches 1

Object-PadX-Role-AutoMarshal ( S/SI/SIMCOP/Object-PadX-Role-AutoMarshal-1.1.tar.gz, SIMCOP, 2023; MetaCPAN )
Object-PadX-Role-AutoMarshal/lib/Object/PadX/Role/AutoMarshal.pm ( view source; MetaCPAN )
3-11-14

=head1 SYNOPSIS

  use Object::Pad;
  use Object::PadX::Role::AutoMarshal;
  use Cpanel::JSON::XS;

  class Pet {
    field $name :param;
    field $species :param = "Dog";
  }

  class Perso
shal) {
    ...
  }

This is the only import right now, it creates a top level namespace role AutoJSON for lazy people (like me).
This is a bad idea, don't do it it pollutes this globally since there 
fo

=head1 LICENSE

This module is available under the Artistic 2.0 License

=head1 SEE ALSO

L<Object::Pad>, L<Cpanel::JSON::XS>

=head1 AUTHOR

Ryan Voots, L<simcop@cpan.org>, aka simcop2387

=cut


Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.