r49537 - in /trunk/libjavascript-perl/debian: changelog patches/pod-spelling.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Dec 30 16:12:06 UTC 2009


Author: gregoa
Date: Wed Dec 30 16:11:54 2009
New Revision: 49537

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49537
Log:
New patch pod-spelling.patch: fix spelling mistakes in POD.

Added:
    trunk/libjavascript-perl/debian/patches/pod-spelling.patch
Modified:
    trunk/libjavascript-perl/debian/changelog
    trunk/libjavascript-perl/debian/patches/series

Modified: trunk/libjavascript-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/changelog?rev=49537&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/changelog (original)
+++ trunk/libjavascript-perl/debian/changelog Wed Dec 30 16:11:54 2009
@@ -9,6 +9,7 @@
   * Refresh patch remove-branch-handler.
   * New patch pod-generator.patch: POD skeleton in order to pass Pod::Coverage
     test.
+  * New patch pod-spelling.patch: fix spelling mistakes in POD.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 02 Dec 2009 08:40:41 -0500
 

Added: trunk/libjavascript-perl/debian/patches/pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/patches/pod-spelling.patch?rev=49537&op=file
==============================================================================
--- trunk/libjavascript-perl/debian/patches/pod-spelling.patch (added)
+++ trunk/libjavascript-perl/debian/patches/pod-spelling.patch Wed Dec 30 16:11:54 2009
@@ -1,0 +1,32 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: spelling mistakes
+
+--- a/lib/JavaScript.pm
++++ b/lib/JavaScript.pm
+@@ -50,7 +50,7 @@
+     return js_does_support_utf8();
+     
+ }
+-# Alias to not break backwards compability
++# Alias to not break backwards compatibility
+ *does_handle_utf8 = \&does_support_utf8;
+ 
+ sub does_support_e4x {
+@@ -125,7 +125,7 @@
+ code-reference from Perl.
+ 
+ JavaScript is a great as an embedded language because it has no I/O, no IPC and pretty much
+-anything else that can interfer with the system. It's also an easy yet powerfull language
++anything else that can interfer with the system. It's also an easy yet powerful language
+ that zillions of developers worldwide knows.
+ 
+ Note that this module is not a JavaScript compiler/interpreter written in Perl but an interface
+@@ -152,7 +152,7 @@
+ =item does_handle_utf8
+ 
+ Returns a true value if SpiderMonkey is compiled with support for UTF8 strings and if we're using it.
+-B<does_handle_utf8> is also supported for backwards compability.
++B<does_handle_utf8> is also supported for backwards compatibility.
+ 
+ =item does_support_e4x
+ 

Modified: trunk/libjavascript-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjavascript-perl/debian/patches/series?rev=49537&op=diff
==============================================================================
--- trunk/libjavascript-perl/debian/patches/series (original)
+++ trunk/libjavascript-perl/debian/patches/series Wed Dec 30 16:11:54 2009
@@ -1,2 +1,3 @@
 remove-branch-handler
 pod-generator.patch
+pod-spelling.patch




More information about the Pkg-perl-cvs-commits mailing list