comparison Lib/IMPL/Class/PropertyInfo.pm @ 180:d1676be8afcc

Перекодировка в utf-8
author sourcer
date Fri, 30 Dec 2011 23:40:00 +0300
parents 76515373dac0
children a8db61d0ed33
comparison
equal deleted inserted replaced
179:b3d91ff7aea9 180:d1676be8afcc
42 sub SelectImplementor { 42 sub SelectImplementor {
43 eval {$_[0]->Class->_PropertyImplementor} or die new IMPL::Exception('Can\'t find a property implementor for the specified class',$_[0]->Class); 43 eval {$_[0]->Class->_PropertyImplementor} or die new IMPL::Exception('Can\'t find a property implementor for the specified class',$_[0]->Class);
44 } 44 }
45 45
46 1; 46 1;
47
48 __END__
49
50 =pod
51
52 =cut