[perl-ExtUtils-Depends] Fixed typo (closes RT#86572)



commit b660926916200bc2651522540545c9174a77f4ee
Author: Brian Manning <bmanning src gnome org>
Date:   Sat Jul 27 12:13:46 2013 -0700

    Fixed typo (closes RT#86572)

 lib/ExtUtils/Depends.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 00fb2d0..6d66990 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -133,7 +133,7 @@ sub save_config {
        print $file "\ typemaps = \ { \$self->{typemaps} };\n";
        print $file "\$libs = \$self->{libs};\n";
        print $file "\$inc = \$self->{inc};\n";
-       # this is riduculous, but old versions of ExtUtils::Depends take
+       # this is ridiculous, but old versions of ExtUtils::Depends take
        # first $loadedmodule::CORE and then $INC{$file} --- the fallback
        # includes the Filename.pm, which is not useful.  so we must add
        # this crappy code.  we don't worry about portable pathnames,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]