comparison Lib/IMPL/ORM/WorkUnit.pm @ 0:03e58a454b20

Создан репозитарий
author Sergey
date Tue, 14 Jul 2009 12:54:37 +0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:03e58a454b20
1 package IMPL::ORM::WorkUnit;
2 use strict;
3 use warnings;
4
5 use base qw(IMPL::Object);
6
7
8 1;