Skip Menu |

This queue is for tickets about the Acme-Boolean CPAN distribution.

Report information
The Basics
Id: 42489
Status: resolved
Priority: 0/
Queue: Acme-Boolean

People
Owner: Nobody in particular
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

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



Subject: test failure: t/false.t
Hi, t/false.t yields to t/false....Unquoted string "fabricated" may clash with future reserved word at t/false.t line 12. A very simple patch is attached, it just removes the test. Since your tests in true.t and false.t are very simplistic, maybe you could just write a simple script to generate the test cases to catch all the synonyms of falsity and the truth. Thanks, Frank
Subject: false.t.patch
--- t/false.t.old 2009-01-18 08:39:58.000000000 +0100 +++ t/false.t 2009-01-18 08:40:05.000000000 +0100 @@ -1,7 +1,7 @@ use Acme::Boolean; use Test::More; -plan tests => 8; +plan tests => 7; ok !untrue; ok !wrong; @@ -9,5 +9,4 @@ ok !errorneous; ok !fallacious; ok !untruthful; -ok !fabricated; ok !nah;