NAME

Data::Object::Syntax - Object Syntax DSL for Perl 5

VERSION

version 0.51

SYNOPSIS

use Data::Object::Syntax;

DESCRIPTION

Data::Object::Class::Syntax exports a collection of functions that provide a DSL (syntactic sugar) for declaring and describing Data::Object::Class classes. This package is used as a template for Data::Object::Class::Syntax and Data::Object::Role::Syntax. It is highly recommended that you also use the namespace::autoclean library to automatically cleanup the functions exported by this library and avoid method name collisions.

SEE ALSO

AUTHOR

Al Newkirk <anewkirk@ana.io>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Al Newkirk.

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