Skip Menu |

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

Report information
The Basics
Id: 64470
Status: resolved
Priority: 0/
Queue: Test-Class

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

Bug Information
Severity: Unimportant
Broken in:
  • 0.36
  • 0.29
  • 0.30
  • 0.31
  • 0.32_1
  • 0.33
  • 0.34
  • 0.35
Fixed in: (no value)



Subject: minor documentation error in Test::Class::Load
Documentation error in the "Basic Usage" section of Test::Class::Load. Todule is referred to as "Test::Load::Load" instead of "Test::Class::Load". Show quoted text
> > BASIC USAGE > > Using Test::Load::Load is as simple as this:
git patch for documentation change.
Subject: 0001-t-64470-documentation-fix-for-rt-ticket-64470.patch
From ff53ef6c78f89904bcdae1b2d9976ae1302c4e3e Mon Sep 17 00:00:00 2001 From: Andrew Grangaard <granny-github@ofb.net> Date: Tue, 4 Jan 2011 12:20:48 -0800 Subject: [PATCH] [t:64470] documentation fix for rt ticket 64470 --- lib/Test/Class/Load.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Test/Class/Load.pm b/lib/Test/Class/Load.pm index 458ad8b..5356cc4 100644 --- a/lib/Test/Class/Load.pm +++ b/lib/Test/Class/Load.pm @@ -103,7 +103,7 @@ C<Test::Class::Load> automatically finds and loads your test classes for you. Th =head1 BASIC USAGE -Using C<Test::Load::Load> is as simple as this: +Using C<Test::Class::Load> is as simple as this: #!/usr/bin/perl -T -- 1.7.1
Hi there, This is (finally) fixed in github - will be in the next release (which should happen Monday after the QA Hackathon ends :-) Adrian