[SCM] Perl wrapper for the FANN library branch, master, updated. debian/0.10-1-5-g7876414

Yannick Mahlich mahlich at in.tum.de
Sun Jul 15 17:42:37 UTC 2012


The following commit has been merged in the master branch:
commit 78764147dcfe78d8b2de873945c0d657d547a405
Author: Yannick Mahlich <mahlich at in.tum.de>
Date:   Sun Jul 15 17:42:24 2012 +0000

    fixed spelling error in lib/AI/FANN.pm and created/applied patch via quilt

diff --git a/debian/patches/libai-fann-perl_0.10-2-1 b/debian/patches/libai-fann-perl_0.10-2-1
new file mode 100644
index 0000000..db1f9a8
--- /dev/null
+++ b/debian/patches/libai-fann-perl_0.10-2-1
@@ -0,0 +1,15 @@
+Description: Spelling Error fix for AI::FANN man page
+Forwarded:
+Author: Yannick Mahlich <mahlich at in.tum.de>
+
+--- a/lib/AI/FANN.pm
++++ b/lib/AI/FANN.pm
+@@ -166,7 +166,7 @@
+ 
+ =item *
+ 
+-Any error reported from the C side is automaticaly converter to a Perl
++Any error reported from the C side is automatically converter to a Perl
+ exception. No manual error checking is required after calling FANN
+ functions.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a94ef21
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+libai-fann-perl_0.10-2-1
diff --git a/lib/AI/FANN.pm b/lib/AI/FANN.pm
index 387c5bf..1b79e87 100644
--- a/lib/AI/FANN.pm
+++ b/lib/AI/FANN.pm
@@ -166,7 +166,7 @@ Boolean methods return true on success and undef on failure.
 
 =item *
 
-Any error reported from the C side is automaticaly converter to a Perl
+Any error reported from the C side is automatically converter to a Perl
 exception. No manual error checking is required after calling FANN
 functions.
 

-- 
Perl wrapper for the FANN library



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