Skip Menu |

This queue is for tickets about the Language-Farnsworth CPAN distribution.

Report information
The Basics
Id: 57600
Status: new
Priority: 0/
Queue: Language-Farnsworth

People
Owner: Nobody in particular
Requestors: simcop [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in:
  • 0.7.0
  • 0.7.2
Fixed in: (no value)



Subject: Wrong error message.
[15:34:29] <simcop2387-lap> hrm wrong error there, it should be bitching about not enough parameters to f [15:35:04] <b_jonas> cubert: f{k, n} := { [k, n] }; f[3] [15:35:05] <cubert> b_jonas: Number of arguments not correct to f[] [15:35:12] <b_jonas> cubert: f{k = 0, n} := { [k, n] }; f[3, 5] [15:35:12] <cubert> b_jonas: [3 , 5 ] [15:35:17] <b_jonas> cubert: f{k = 0, n} := { [k, n] }; f[3] [15:35:17] <cubert> b_jonas: Can't call method "setref" on an undefined value at /home/ryan/farnsworth/lib/Language/Farnsworth/Variables.pm line 111.