diff Lib/IMPL/Object/Autofill.pm @ 229:47f77e6409f7

heavily reworked the resource model of the web application: *some ResourcesContraact functionality moved to Resource +Added CustomResource *Corrected action handlers
author sergey
date Sat, 29 Sep 2012 02:34:47 +0400
parents c8fe3f84feba
children 6253872024a4
line wrap: on
line diff
--- a/Lib/IMPL/Object/Autofill.pm	Thu Sep 13 17:55:01 2012 +0400
+++ b/Lib/IMPL/Object/Autofill.pm	Sat Sep 29 02:34:47 2012 +0400
@@ -23,6 +23,7 @@
 sub DisableAutofill {
     my $self = shift;
     
+    no strict 'refs';
     my $class = ref $self || $self;
     
     *{"${class}::_impl_object_autofill"} = sub {};