annotate Lib/IMPL/SQL/Schema/Traits/Processor.pm @ 166:4267a2ac3d46

Added Class::Template, Rewritten SQL::Schema 'use parent' directive instead of 'use base'
author wizard
date Sat, 23 Apr 2011 23:12:06 +0400
parents 6ce1f052b90a
children d1676be8afcc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
163
6ce1f052b90a temp commit
wizard
parents:
diff changeset
1 package IMPL::SQL::Traits::Processor;
166
4267a2ac3d46 Added Class::Template,
wizard
parents: 163
diff changeset
2 use parent qw(IMPL::SQL::Schema);
163
6ce1f052b90a temp commit
wizard
parents:
diff changeset
3
6ce1f052b90a temp commit
wizard
parents:
diff changeset
4 use IMPL::Class::Property;
6ce1f052b90a temp commit
wizard
parents:
diff changeset
5
6ce1f052b90a temp commit
wizard
parents:
diff changeset
6
6ce1f052b90a temp commit
wizard
parents:
diff changeset
7 1;