Mercurial > pub > Impl
comparison Lib/IMPL/Transform.pm @ 44:32d2350fccf9
ORM
*Minor fixes
*Working tarnsform to sql
*Fixes to the sql traits
author | Sergey |
---|---|
date | Mon, 11 Jan 2010 01:42:00 +0300 |
parents | d660fb38b7cc |
children | 16ada169ca75 |
comparison
equal
deleted
inserted
replaced
43:009aa9ca2e48 | 44:32d2350fccf9 |
---|---|
50 } | 50 } |
51 | 51 |
52 package IMPL::Transform::NoTransformException; | 52 package IMPL::Transform::NoTransformException; |
53 use base qw(IMPL::Exception); | 53 use base qw(IMPL::Exception); |
54 | 54 |
55 our %CTOR = ( | |
56 'IMPL::Exception' => sub { 'No transformation', @_ } | |
57 ); | |
58 | |
55 1; | 59 1; |
56 | 60 |
57 __END__ | 61 __END__ |
58 | 62 |
59 =pod | 63 =pod |