The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MOSES::MOBY::Generators::GenTypes - generator of Moby data types

SYNOPSIS

 use MOSES::MOBY::Generators::GenTypes;
 

DESCRIPTION

AUTHORS, COPYRIGHT, DISCLAIMER

 Martin Senger (martin.senger [at] gmail [dot] com)
 Edward Kawas (edward.kawas [at] gmail [dot] com)

Copyright (c) 2006 Martin Senger, Edward Kawas. All Rights Reserved.

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

This software is provided "as is" without warranty of any kind.

ACCESSIBLE ATTRIBUTES

Details are in MOSES::MOBY::Base. Here just a list of them:

outdir

A directory where to create generated code.

cachedir
registry

SUBROUTINES

#----------------------------------------------------------------- # generate # # with_docs: # A boolean property. If set to true the generated code includes also # Perl documentation. If set to false then the documentation is # generated only when output is directed to a file (it would be # dangerous to have it inside code that is evaluated when more data # types are generated in the same time). #-----------------------------------------------------------------

#----------------------------------------------------------------- # load # load (datatype-name) # load ([@datatype_names]) # load (cachedir => dir, datatype_names => [..], ... ) #-----------------------------------------------------------------