Mercurial > pub > Impl
comparison Lib/Common.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 |
comparison
equal
deleted
inserted
replaced
164:eb3e9861a761 | 165:76515373dac0 |
---|---|
152 } | 152 } |
153 } | 153 } |
154 } | 154 } |
155 | 155 |
156 package Exception; | 156 package Exception; |
157 use base qw(IMPL::Exception); | 157 use parent qw(IMPL::Exception); |
158 | 158 |
159 package Persistent; | 159 package Persistent; |
160 import Common; | 160 import Common; |
161 | 161 |
162 sub newSurogate { | 162 sub newSurogate { |