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

Changes for version 0.06 - 2012-03-04

  • data now can be a Hash-based POPO not apply only to subclass of Data::Mapper::Data (Naoki Tomita: http://e8y.net/; hereinafter the same)
  • keys in data which start with `_' are regarded as private
  • data_class() method is now public. you can customize which data class to be mapped

Modules

An implementation of Data Mapper Pattern described in PofEAA

Provides

in lib/Data/Mapper/Adapter.pm
in lib/Data/Mapper/Adapter/DBI.pm
in lib/Data/Mapper/Class.pm
in lib/Data/Mapper/Data.pm
in lib/Data/Mapper/Schema.pm