Skip Menu |

This queue is for tickets about the AI-General CPAN distribution.

Report information
The Basics
Id: 58078
Status: open
Priority: 0/
Queue: AI-General

People
Owner: Nobody in particular
Requestors: david [...] orangesparkleball.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.01
Fixed in: (no value)



Subject: Pod Bay Doors
perl -v v5.8.9 built for darwin-2level uname -a Darwin king.local 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386 i386 Calling dwim with the arguments "Open the pod bay doors" does not die with an AI excuse. Expected output of program (assuming user's name is Dave): "I'm sorry, Dave. I'm afraid I can't do that." at ai-test.pl line 4
Subject: ai-test.pl
use AI::General; $NAME = "Dave"; die "\"I'm sorry, $NAME. I'm afraid I can't do that.\"";
On Wed Jun 02 22:19:27 2010, http://www.davidhaslem.com/ wrote: Show quoted text
> perl -v > v5.8.9 built for darwin-2level > > uname -a > Darwin king.local 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 > 11:58:09 PST 2010; > root:xnu-1504.3.12~1/RELEASE_I386 i386 > > Calling dwim with the arguments "Open the pod bay doors" does not die > with an AI excuse. > > Expected output of program (assuming user's name is Dave): > > "I'm sorry, Dave. I'm afraid I can't do that." at ai-test.pl line 4
Subject: ai-test-2.pl
use AI::General; AI::General->dwim( "Open the pod bay doors" ) or die $AI::General::excuse;