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

NAME

DBIx::Class::Schema::PopulateMore::Inflator::Date - Returns A DateTime object

DESCRIPTION

Sometimes you need to put dates into your table rows, but this can be a big hassle to do, particularly in a crossplatform way. This plugin will assist in this. It also makes it easy to insert relative date/times. such as 'now', 'last week', etc. See DateTimeX::Easy for more information on how we coerce dates.

ATTRIBUTES

This class defines the following attributes.

METHODS

This module defines the following methods.

inflate($command, $string)

This is called by Populate's dispatcher, when there is a match.

AUTHOR

Please see DBIx::Class::Schema::PopulateMore For authorship information

LICENSE

Please see DBIx::Class::Schema::PopulateMore For licensing terms.