comparison Lib/IMPL/ORM/Sql.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::Sql;
2 use strict;
3 use warnings;
4
5 require Exporter;
6 our @ISA = qw(Exporter);
7 our @EXPORT_OK = qw();
8
9
10
11 1;