| Rose-DB-Object documentation | Contained in the Rose-DB-Object distribution. |
Rose::DB::Object::MixIn - A base class for mix-ins.
# This module is deprecated. Please use Rose::Object::MixIn instead.
This class is a trivial subclass of Rose::Object::MixIn. It exists for backward compatibility reasons only. Please see Rose::Object::MixIn for full documentation, and use that class instead of this one.
John C. Siracusa (siracusa@gmail.com)
Copyright (c) 2010 by John C. Siracusa. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Rose-DB-Object documentation | Contained in the Rose-DB-Object distribution. |
package Rose::DB::Object::MixIn; use strict; use base 'Rose::Object::MixIn'; our $VERSION = '0.764'; 1; __END__