diff Lib/IMPL/Class/Property/Direct.pm @ 60:b0c068da93ac

Lazy activation for the configuration objects (final concept) small fixes
author wizard
date Tue, 09 Mar 2010 19:47:39 +0300
parents 0f3e369553bd
children 05df123a2ff1
line wrap: on
line diff
--- a/Lib/IMPL/Class/Property/Direct.pm	Tue Mar 09 02:50:45 2010 +0300
+++ b/Lib/IMPL/Class/Property/Direct.pm	Tue Mar 09 19:47:39 2010 +0300
@@ -10,7 +10,9 @@
 
 __PACKAGE__->mk_accessors qw(ExportField);
 
-push @IMPL::Class::Property::Base::factoryParams, qw($field);
+sub factoryParams {
+	$_[0]->SUPER::factoryParams, qw($field);
+}
 
 sub _direct($) {
     my ($prop_info) = @_;