[libacme-constant-perl] 01/01: correct silly mistake

Radu-Bogdan Croitoru dotix-guest at alioth.debian.org
Mon Nov 4 21:08:02 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 f874a1fd778748c32c4f0c86039cfe1672afc5d9
Author: Radu-Bogdan Croitoru <croitoruradubogdan at gmail.com>
Date:   Mon Nov 4 23:07:38 2013 +0200

    correct silly mistake
---
 lib/Acme/constant.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Acme/constant.pm b/lib/Acme/constant.pm
index e23fbfb..beeca09 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};
     }
 
-However, usually the good idea to declare constant anyway, as using
+Howver, 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