[rt-devel] Error in Tickets.pm?
Michael
mike at Westphila.net
Tue Jul 24 10:18:51 EDT 2001
>>> ayan.kayal at yale.edu wrote a 0.6KB message. i replied .......................
> sub FreezeLimits {
> my $self = shift;
> require FreezeThaw;
> return (FreezeThaw::freeze($self->{'TicketRestrictions'},
> ));
> }
>
FreezeThaw is a new dependency. You need to install it from CPAN.
Do a 'make testdeps' and you'll see that its missing..
best,
_M.
> I just upgraded to 2.0.2 and Mason had issues with this. Should it be:
>
> sub FreezeLimits {
> my $self = shift;
> require FreezeThaw;
> return (FreezeThaw::freeze($self->{'TicketRestrictions'}));
> }
>
>
> O- ~ARK
>
> _______________________________________________
> Rt-devel mailing list
> Rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
--
--
Michael Jastremski
openphoto.net/mike
More information about the Rt-devel
mailing list