NAME

Schema::Result - Example base class for DBIx::Class result classes

DESCRIPTION

This module is an example base class for result classes in the shipped example schema.

It loads common components:

- InflateColumn::Serializer - InflateColumn::DateTime - InflateColumn::Boolean

and configures truthy values via true_is.

METHODS

is_created

my $bool = $row->is_created;

Returns a boolean indicating that the row was created by "C" in D in the current process (it checks an internal _created flag on the object).

SEE ALSO

DBIx::Class::Core, Schema::ResultSet, D