comparison Lib/IMPL/ORM/Object.pm @ 21:fafe56cfcd69

temp commit
author Sergey
date Wed, 30 Sep 2009 10:25:41 +0400
parents
children b544a772b654
comparison
equal deleted inserted replaced
20:267460284fb3 21:fafe56cfcd69
1 package IMPL::ORM::Object;
2 use strict;
3 use warnings;
4
5 use base qw(IMPL::Object::Abstract);
6
7
8 1;