comparison Lib/IMPL/ORM/Object.pm @ 23:716b287d4795

merge
author Sergey
date Wed, 30 Sep 2009 17:43:52 +0400
parents fafe56cfcd69
children b544a772b654
comparison
equal deleted inserted replaced
22:da5bc24b3d3c 23:716b287d4795
1 package IMPL::ORM::Object;
2 use strict;
3 use warnings;
4
5 use base qw(IMPL::Object::Abstract);
6
7
8 1;