X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSerialize%2FStorable.pm;h=7cc121816a09aa85c5b6ba694465a4472688f571;hb=0a4b8fe0bec137ad4158b5e984cdd38c3e02a50a;hp=d1658620f9f29bb7fc3dda031a6a229769630693;hpb=7cfda9a6b80a051ffd5b180c4d34b66eae0de38d;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Serialize/Storable.pm b/lib/DBIx/Class/Serialize/Storable.pm index d165862..7cc1218 100644 --- a/lib/DBIx/Class/Serialize/Storable.pm +++ b/lib/DBIx/Class/Serialize/Storable.pm @@ -11,11 +11,6 @@ sub STORABLE_freeze { # reattached in the thaw handler below delete $to_serialize->{result_source}; - # If the parser is cached there is a chance that the interpeter - # which receives the ice will not have the parser loaded - # A re-determination will force an implicit load - delete $to_serialize->{__datetime_parser}; - # Dynamic values, easy to recalculate delete $to_serialize->{$_} for qw/related_resultsets _inflated_column/;