Subject: | small POD typo |
Attached is a patch that fixes a error in the POD of Core.pm.
Thanks, Frank
Subject: | Core.pm.diff |
--- Core.pm.old 2008-12-09 22:58:53.000000000 +0100
+++ Core.pm 2008-12-09 22:59:20.000000000 +0100
@@ -142,7 +142,7 @@
print $arrref->sum(), "\n";
-If this goes over well, I'll make L<Langauge::Functional> a dependency and expose
+If this goes over well, I'll make L<Language::Functional> a dependency and expose
its function as methods on the correct data types. Or maybe I will do this anyway.
C<each> is like C<foreach> but for hash references. For each key in the hash,