Mercurial > pub > Impl
view Lib/IMPL/ORM/WorkUnit.pm @ 0:03e58a454b20
Создан репозитарий
author | Sergey |
---|---|
date | Tue, 14 Jul 2009 12:54:37 +0400 |
parents | |
children |
line wrap: on
line source
package IMPL::ORM::WorkUnit; use strict; use warnings; use base qw(IMPL::Object); 1;