The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Date::Extract::P800Picture::TypeDef - class for defining a DateTime property.

VERSION

SYNOPSIS

        use Class::Meta::Express;
        use Date::Extract::P800Picture::TypeDef;

        class {
                has datetime    => (
                        is              => 'datetime',
                        default => sub { DateTime->new( year => 2000) },
                );
        };

DESCRIPTION

The Date::Extract::P800Picture:TypeDef module makes it possible to use a DateTime class as property of a Class::Meta defined class.

SUBROUTINES/METHODS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

INCOMPATIBILITIES

DIAGNOSTICS

BUGS AND LIMITATIONS

AUTHOR

Roland van Ipenburg, <ipenburg@xs4all.nl>

LICENSE AND COPYRIGHT

Copyright (C) 2008 by Roland van Ipenburg

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.