diff 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
line wrap: on
line diff
--- a/Lib/IMPL/Class/Meta.pm	Fri Jun 18 16:27:28 2010 +0400
+++ b/Lib/IMPL/Class/Meta.pm	Mon Jun 21 02:39:53 2010 +0400
@@ -1,7 +1,6 @@
 package IMPL::Class::Meta;
 use strict;
 
-use Class::Data::Inheritable;
 use Storable qw(dclone);
 
 my %class_meta;