Skip Menu |

This queue is for tickets about the Class-Accessor-Named CPAN distribution.

Report information
The Basics
Id: 20989
Status: resolved
Priority: 0/
Queue: Class-Accessor-Named

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

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



Subject: Typo in t/01-dependencies.t
There's a typo in t/01-dependencies.t that breaks the build. The attached patch fixes the problem.
Subject: c-a-n-typo.diff
--- Class-Accessor-Named-0.003/t/01-dependencies.t.orig 2006-07-21 01:10:37.000000000 +0300 +++ Class-Accessor-Named-0.003/t/01-dependencies.t 2006-08-14 20:42:37.859231625 +0300 @@ -1,4 +1,4 @@ use Test::Dependencies exclude => -[qw/ Clas::Accessor::Named /]; +[qw/ Class::Accessor::Named /]; ok_dependencies();
Subject: Re: [rt.cpan.org #20989] Typo in t/01-dependencies.t
Date: Mon, 14 Aug 2006 22:16:18 -0400
To: Shlomi Fish via RT <bug-Class-Accessor-Named [...] rt.cpan.org>
From: jesse <jesse [...] fsck.com>
Thanks. Fixed in 0.04 On Mon, Aug 14, 2006 at 01:53:12PM -0400, Shlomi Fish via RT wrote: Show quoted text
> > Mon Aug 14 13:53:11 2006: Request 20989 was acted upon. > Transaction: Ticket created by SHLOMIF > Queue: Class-Accessor-Named > Subject: Typo in t/01-dependencies.t > Broken in: 0.003 > Severity: Critical > Owner: Nobody > Requestors: SHLOMIF@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=20989 > > > > There's a typo in t/01-dependencies.t that breaks the build. The > attached patch fixes the problem.
Show quoted text
> --- Class-Accessor-Named-0.003/t/01-dependencies.t.orig 2006-07-21 01:10:37.000000000 +0300 > +++ Class-Accessor-Named-0.003/t/01-dependencies.t 2006-08-14 20:42:37.859231625 +0300 > @@ -1,4 +1,4 @@ > use Test::Dependencies exclude => > -[qw/ Clas::Accessor::Named /]; > +[qw/ Class::Accessor::Named /]; > > ok_dependencies();
--