Subject: | typos in pod |
Hi,
while working on packaging multidimensional for Debian, I noticed the
following typos in pod, which you might like to correct in a future
version (s/emultaion/emulation/):
--- a/lib/multidimensional.pm
+++ b/lib/multidimensional.pm
@@ -52,7 +52,7 @@
=head1 DESCRIPTION
-Perl's multidimensional array emultaion stems from the days before the
+Perl's multidimensional array emulation stems from the days before the
language had references, but these days it mostly serves to bite you
when you typo a hash slice by using the C<$> sigil instead of C<@>.
@@ -63,7 +63,7 @@
=head2 unimport
-Disables multidimensional array emultaion for the remainder of the
+Disables multidimensional array emulation for the remainder of the
scope being compiled.
=head2 import
Florian