git patch for documentation change.
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