Take the 2008 Git User's Survey and help out! [ hide ]

public
Description: Object::Mapper is a primitive Perl object persistence
Clone URL: git://github.com/esobchenko/object-mapper.git
Search Repo:
name age message
folder Build.PL Sat May 17 11:51:30 -0700 2008 first commit [Eugen J. Sobchenko]
folder Changes Sat May 17 11:51:30 -0700 2008 first commit [Eugen J. Sobchenko]
folder MANIFEST.SKIP Sat May 17 11:51:30 -0700 2008 first commit [Eugen J. Sobchenko]
folder README Sat May 17 11:51:30 -0700 2008 first commit [Eugen J. Sobchenko]
folder lib/ Sat May 17 11:51:30 -0700 2008 first commit [Eugen J. Sobchenko]
folder t/ Tue May 20 14:45:33 -0700 2008 basic and POD tests are added [Eugen J. Sobchenko]
README
Object::Mapper

Primitive object persistence for Perl

INSTALLATION

To install this module type the following:

  $ perl Build.PL
  $ perl ./Build
  $ perl ./Build test
  $ sudo perl ./Build install

COPYRIGHT AND LICENCE

Copyright 2008, Eugen Sobchenko <ejs@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.