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