view Lib/IMPL/ORM/Sql.pm @ 9:5899df8c289e

DOM schema
author Sergey
date Thu, 27 Aug 2009 17:49:42 +0400
parents 03e58a454b20
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;