At 21:32 -0500 24/01/2000, Paul Schinder wrote:
>At 6:38 PM -0500 1/24/00, Amir Karger wrote:
>>On Mon, Jan 24, 2000 at 06:14:12PM -0500, Larry Moore wrote:
>> > --
>> > [ File gin.pl; Line 71: Can't locate object method "new" via package
>> > "Games::Cards::Hand".
>> > File klondike.pl; Line 102: Can't locate object method "new" via package
>> > "Games::Cards::Undo".
>> > ]
I might mention that war.pl worked without error. Yet another puzzling
MacPerl test result - they are usually resolved with advice from Chris or
Paul (and occasionally, we discover a MacPerl 'feature')
>
>As you just saw, it works for me on my iBook. However, Larry is
>using an older machine running on a different CPU architecture and an
>older version of MacOS.
Or as someone, less diplomatic than Paul, said "at the trailing edge of
technology." :-)
>>Is there any possibility that your 5.004 is missing something in 5.004_04,
>>which is what I have? (I didn't really think so.)
No, I think Paul is right that we should check that it might be a glitch
with the machine, not the module.
>Larry, try 1.36 and see if it works. If not, changes those two lines to
>
>my $hand = Games::Cards::Hand->new("Player $i");
>my $Undo = Games::Cards::Undo->new;
>
>As I recall, I had to at one point make similar changes to the
>MacPerl port of LWP.
>
I'll try Paul's suggestion first and if that doesn't clear it up - try
testing 1.36.
Will report back tomorrow.