Subject: | Spelling Mistakes |
Hi:
I discovered a spelling mistake (begining -> beginning) in the POD for
this package. We've patched it for the Debian package; you may want to
apply these changes in your version control. Note we neither need nor
are we asking for another release, as I think that would put undue
burden on the CPAN mirrors for such a tiny issue.
--- a/lib/Try/Tiny.pm
+++ b/lib/Try/Tiny.pm
@@ -282,7 +282,7 @@
C<$@> must be properly localized before invoking C<eval> in order to
avoid this
issue.
-More specifically, C<$@> is clobbered at the begining of the C<eval>, which
+More specifically, C<$@> is clobbered at the beginning of the C<eval>,
which
also makes it impossible to capture the previous error before you die (for
instance when making exception objects with error stacks).