comparison Lib/IMPL/Resources/Strings.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 f47f93534005
children d1676be8afcc
comparison
equal deleted inserted replaced
165:76515373dac0 166:4267a2ac3d46
68 68
69 return \%Map; 69 return \%Map;
70 } 70 }
71 71
72 package IMPL::Resources::Strings::Storage; 72 package IMPL::Resources::Strings::Storage;
73 use base qw(IMPL::Object); 73 use parent qw(IMPL::Object);
74 74
75 sub get { 75 sub get {
76 my ($this,$msg_name) = @_; 76 my ($this,$msg_name) = @_;
77 } 77 }
78 78