NAME

    OP - Compact Perl 5 class prototyping with object persistence

SYNOPSIS

      use strict;
      use warnings;

      use OP qw| :all |;

      create "YourApp::YourClass" => { };

DESCRIPTION

    OP is a Perl 5 framework for prototyping InnoDB-backed object
    classes.

GETTING STARTED

    See OP.pm for a high level overview of the OP framework.

COPYRIGHT

    Copyright (c) 2009 TiVo Inc.
 
    All rights reserved. This program and the accompanying materials
    are made available under the terms of the Common Public License v1.0
    which accompanies this distribution, and is available at
    http://opensource.org/licenses/cpl1.0.txt

