File: fix-pod-spelling.patch

package info (click to toggle)
libclone-fast-perl 0.96-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 344 kB
  • sloc: perl: 200; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 956 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: fix POD spelling errors
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=69649
Forwarded: yes
Author: Jonathan Yu <jawnsy@cpan.org>
Last-Update: 2011-07-21

--- a/lib/Clone/Fast.pm
+++ b/lib/Clone/Fast.pm
@@ -307,7 +307,7 @@
 This module works great for blessed references, how ever the paradigm changes when trying to clone
 inside out objects (or Conway's 'flywaight' style of object creation).  Clone does not, nor will not,
 clone the stash of an object's class; this would break more than anything.  Given this, HOOKS have
-been provided in order to programatically handle wierd stuff like this.  I am hoping applications,
+been provided in order to programatically handle weird stuff like this.  I am hoping applications,
 developers and all of the like whom are using inside out objects will know what the heck it is I'm
 talking about here.  There is a lot more information about this in the PROGRAMATIC HOOKS section.