yappo / p5-Data-Model
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (4)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 20 00:22:33 -0700 2009 | |
| |
.shipit | Wed Jun 10 05:11:54 -0700 2009 | |
| |
Changes | Tue Aug 25 21:31:16 -0700 2009 | |
| |
MANIFEST | Tue Aug 25 21:31:16 -0700 2009 | |
| |
MANIFEST.SKIP | Tue Apr 14 03:27:59 -0700 2009 | |
| |
Makefile.PL | Mon Jun 15 01:53:59 -0700 2009 | |
| |
README | Sat Nov 08 20:59:43 -0800 2008 | |
| |
TODO | Wed Jun 10 03:09:07 -0700 2009 | |
| |
lib/ | Thu Sep 03 21:18:28 -0700 2009 | |
| |
t/ | Thu Sep 03 21:18:28 -0700 2009 | |
| |
tools/ | Thu Jun 25 22:10:25 -0700 2009 | |
| |
xt/ | Wed Jun 10 03:08:11 -0700 2009 |
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
