NAME

    OP - Compact Perl 5 class prototyping with object persistence

SYNOPSIS

      use strict;
      use warnings;

      use OP qw| :all |;

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

DESCRIPTION

    Please be advised that this distribution will be moving to a
    new name, Devel::Ladybug. The OP distribution will be removed
    from CPAN shortly.

    OP is a Perl 5 framework for prototyping schema-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

