aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ComponentUI/Model
diff options
context:
space:
mode:
authorgroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-10-05 19:28:51 +0000
committergroditi <groditi@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2007-10-05 19:28:51 +0000
commita5200252cbe43d0d240e75e95d9dfd1623975172 (patch)
tree2e6bae8f6c6cdee2f762c716bd33c98b632fba5b /lib/ComponentUI/Model
parentde48f4e69aef2efba652b10994a920d6a61e856d (diff)
downloadreaction-a5200252cbe43d0d240e75e95d9dfd1623975172.tar.gz
reaction-a5200252cbe43d0d240e75e95d9dfd1623975172.zip
simplify value widgets to reduce PROCESS calls, make some classes immutable which were not before. nice increase in performance.
Diffstat (limited to 'lib/ComponentUI/Model')
-rw-r--r--lib/ComponentUI/Model/TestModel.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/ComponentUI/Model/TestModel.pm b/lib/ComponentUI/Model/TestModel.pm
index deef6d0..3d633f3 100644
--- a/lib/ComponentUI/Model/TestModel.pm
+++ b/lib/ComponentUI/Model/TestModel.pm
@@ -1,7 +1,13 @@
package ComponentUI::Model::TestModel;
use lib 't/lib';
-use base 'Catalyst::Model::Reaction::InterfaceModel::DBIC';
+use aliased 'Catalyst::Model::Reaction::InterfaceModel::DBIC';
+
+use Reaction::Class;
+
+class TestModel is DBIC, which {
+
+};
__PACKAGE__->config
(