Mercurial > pub > Impl
view Lib/IMPL/ORM/Schema/Relation.pm @ 204:d63f9a92d6d4
+IMPL::Config::Include - simple way to include external config
*IMPL::Web::Handler::TTView - finished template selecting mechanism (not tested)
author | sergey |
---|---|
date | Wed, 02 May 2012 17:42:47 +0400 |
parents | 4267a2ac3d46 |
children |
line wrap: on
line source
package IMPL::ORM::Schema::Relation; use strict; use warnings; use parent qw(IMPL::DOM::Node); our %CTOR =( 'IMPL::DOM::Node' => sub { nodeName => $_[0] } ); 1;