Badger::Data::Type::Class - metaprogramming module for data type classes
Contents
Copyright
Copyright (C) 2008-2012 Andy Wardley. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
Description
This module implements a subclass of Badger::Class for creating data types.
Import Hooks
The following hooks can be specified when the module is imported via "use". They correspond directly to
the methods documented above.
typesizefacetsMethods
This module implements the following methods in addition to those inherited from the Badger::Class base
class.
type($type)
This method implements the "type" import hook for specifying the base data type.
size($size)
This method implements the "type" import hook for specifying the data size. NOTE: subject to change
facets($facets)
This method implements the "facets" import hook for specifying validation facets for a data type.
Name
Badger::Data::Type::Class - metaprogramming module for data type classes
See Also
Badger::Base, Badger::Data::Facet.
perl v5.36.0 2023-08-28 Badger::Data::Type::Class(3pm)
