From 1f9bb425b8fa4015a7f43af2087456e56daac7b5 Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Wed, 10 Jul 2013 13:39:11 -0700 Subject: [PATCH] minor comment fixes --- lib/Class/Load.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Class/Load.pm b/lib/Class/Load.pm index 20713dc..4dfd522 100644 --- a/lib/Class/Load.pm +++ b/lib/Class/Load.pm @@ -296,7 +296,7 @@ If the class doesn't exist, and it appears to not exist on disk either, it will return 0. If the class exists on disk, but loading from disk results in an error -( i.e.: a syntax error ), then it will C with that error. +(e.g.: a syntax error), then it will C with that error. This is useful for using if you want a fallback module system, i.e.: