comparison Lib/IMPL/Class/Meta.pm @ 134:44977efed303

Significant performance optimizations Fixed recursion problems due converting objects to JSON Added cache support for the templates Added discovery feature for the web methods
author wizard
date Mon, 21 Jun 2010 02:39:53 +0400
parents 6c25ea91c985
children 3765adf1803f
comparison
equal deleted inserted replaced
133:a07a66fd8d5c 134:44977efed303
1 package IMPL::Class::Meta; 1 package IMPL::Class::Meta;
2 use strict; 2 use strict;
3 3
4 use Class::Data::Inheritable;
5 use Storable qw(dclone); 4 use Storable qw(dclone);
6 5
7 my %class_meta; 6 my %class_meta;
8 my %class_data; 7 my %class_data;
9 8