|
NAMEAdapter::Async::Model - helper class for defining models VERSIONversion 0.018 DESCRIPTIONGenerates accessors and helpers for code which interacts with Adapter::Async-related classes. Please read the warnings in Adapter::Async before continuing. All definitions are applied via the "import" method: package Some::Class;
use Adapter::Async::Model {
some_thing => 'string',
some_array => {
collection => 'OrderedList',
type => '::Thing',
}
};
Note that methods are applied via a UNITCHECK block by default. import
AUTHORTom Molesworth <TEAM@cpan.org> LICENSECopyright Tom Molesworth 2013-2015. Licensed under the same terms as Perl itself.
|