diff Lib/IMPL/SQL/Schema/Traits/mysql.pm @ 165:76515373dac0

Added Class::Template, Rewritten SQL::Schema 'use parent' directive instead of 'use base'
author wizard
date Sat, 23 Apr 2011 23:06:48 +0400
parents 16ada169ca75
children c8fe3f84feba
line wrap: on
line diff
--- a/Lib/IMPL/SQL/Schema/Traits/mysql.pm	Mon Mar 28 01:36:24 2011 +0400
+++ b/Lib/IMPL/SQL/Schema/Traits/mysql.pm	Sat Apr 23 23:06:48 2011 +0400
@@ -1,6 +1,6 @@
 package IMPL::SQL::Schema::Traits::mysql::Handler;
 use strict;
-use base qw(IMPL::Object);
+use parent qw(IMPL::Object);
 use IMPL::Class::Property;
 use IMPL::Class::Property::Direct;
 
@@ -469,7 +469,7 @@
 
 package IMPL::SQL::Schema::Traits::mysql;
 use Common;
-use base qw(IMPL::SQL::Schema::Traits);
+use parent qw(IMPL::SQL::Schema::Traits);
 use IMPL::Class::Property;
 use IMPL::Class::Property::Direct;
 
@@ -513,7 +513,7 @@
 
 package IMPL::SQL::Schema::Traits::mysql::MetaTable;
 use Common;
-use base qw(IMPL::Object);
+use parent qw(IMPL::Object);
 use IMPL::Class::Property;
 use IMPL::Class::Property::Direct;