yappo / p5-Data-Model

Data::Model is Data/Object Mapper and Model Manager.

This URL has Read+Write access

name age message
file .gitignore Wed May 20 00:22:33 -0700 2009 add gitignore rule git-svn-id: http://svn.code... [yappo]
file .shipit Wed Jun 10 05:11:54 -0700 2009 Checking in changes prior to tagging of version... [yappo]
file Changes Tue Aug 25 21:31:16 -0700 2009 Checking in changes prior to tagging of version... [yappo]
file MANIFEST Tue Aug 25 21:31:16 -0700 2009 Checking in changes prior to tagging of version... [yappo]
file MANIFEST.SKIP Tue Apr 14 03:27:59 -0700 2009 add MANIFEST.SKIP (.git) git-svn-id: http://sv... [yappo]
file Makefile.PL Mon Jun 15 01:53:59 -0700 2009 dependency Encode [yappo]
file README Sat Nov 08 20:59:43 -0800 2008 kossori mada totyuu git-svn-id: http://svn.co... [yappo]
file TODO Wed Jun 10 03:09:07 -0700 2009 we wish Data::Model::Driver::Pacific [yappo]
directory lib/ Thu Sep 03 21:18:28 -0700 2009 Queue::Q4M : add validation to 'no created queu... [yappo]
directory t/ Thu Sep 03 21:18:28 -0700 2009 Queue::Q4M : add validation to 'no created queu... [yappo]
directory tools/ Thu Jun 25 22:10:25 -0700 2009 add schema_options model_name_realname [yappo]
directory xt/ Wed Jun 10 03:08:11 -0700 2009 wrote some drivers document [yappo]
README
This is Perl module Data::Model.

INSTALLATION

Data::Model installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Data::Model

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

Data::Model documentation is available as in POD. So you can do:

    % perldoc Data::Model

to read the documentation online with your favorite pager.

Kazuhiro Osawa