[libacme-constant-perl] 01/01: Patch for spelling error

Radu-Bogdan Croitoru dotix-guest at alioth.debian.org
Mon Nov 4 21:01:12 UTC 2013


This is an automated email from the git hooks/post-receive script.

dotix-guest pushed a commit to branch master
in repository libacme-constant-perl.

commit a17698c1a64416239030ec461ef421fe33c81683
Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
Date:   Mon Nov 4 23:01:04 2013 +0200

    Patch for spelling error
---
 debian/patches/fix-spelling.patch |   15 +++++++++++++++
 debian/patches/series             |    1 +
 lib/Acme/constant.pm              |    2 +-
 3 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
new file mode 100644
index 0000000..f290a13
--- /dev/null
+++ b/debian/patches/fix-spelling.patch
@@ -0,0 +1,15 @@
+Description: Fix spelling error in Acme::constant
+Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
+Last-Update: 2013-11-04
+
+--- a/lib/Acme/constant.pm
++++ b/lib/Acme/constant.pm
+@@ -139,7 +139,7 @@
+         Acme::constant->import(DEBUG => 1) if $ENV{DEBUG};
+     }
+ 
+-Howver, usually the good idea to declare constant anyway, as using
++However, usually the good idea to declare constant anyway, as using
+ undefined constants in strict mode causes Perl errors (and sometimes
+ could be parsed incorrectly).
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..213d22d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling.patch
diff --git a/lib/Acme/constant.pm b/lib/Acme/constant.pm
index beeca09..e23fbfb 100644
--- a/lib/Acme/constant.pm
+++ b/lib/Acme/constant.pm
@@ -139,7 +139,7 @@ conditionally load constant.
         Acme::constant->import(DEBUG => 1) if $ENV{DEBUG};
     }
 
-Howver, usually the good idea to declare constant anyway, as using
+However, usually the good idea to declare constant anyway, as using
 undefined constants in strict mode causes Perl errors (and sometimes
 could be parsed incorrectly).
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libacme-constant-perl.git



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