On Mon, 2 Aug 2004, Daisuke Maki wrote:
> I supppose something like this would fix the problem?
>
> Index: lib/DateTime/Infinite.pm
> ===================================================================
> RCS file:
> /cvsroot/perl-date-time/modules/DateTime.pm/lib/DateTime/Infinite.pm,v
> retrieving revision 1.8
> diff -d -u -r1.8 Infinite.pm
> --- lib/DateTime/Infinite.pm 24 Jul 2003 04:24:16 -0000 1.8
> +++ lib/DateTime/Infinite.pm 2 Aug 2004 07:23:17 -0000
> @@ -27,6 +27,9 @@
> return ($_[1]) x 3;
> }
>
> +sub STORABLE_freeze { return }
> +sub STORABLE_thaw { return }
It does? Won't this just freeze nothing? I think we need some tests ;)
-dave
/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/