public
Description: Data::Model is Data/Object Mapper and Model Manager.
Homepage: http://search.cpan.org/dist/Data-Model/
Clone URL: git://github.com/yappo/p5-Data-Model.git
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 Loading commit data...
file MANIFEST
file MANIFEST.SKIP
file Makefile.PL
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/
directory t/
directory tools/
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