Skip Menu |

This queue is for tickets about the multidimensional CPAN distribution.

Report information
The Basics
Id: 76420
Status: resolved
Priority: 0/
Queue: multidimensional

People
Owner: Nobody in particular
Requestors: fschlich [...] zedat.fu-berlin.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.010
Fixed in: 0.011



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
Thanks for the report, the fix is now in git and will be part of the next release.
This was fixed in version 0.011, released on 2013-02-07, but I forgot to close the ticket at the time.