This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libima-dbi-perl.
commit 8085bdfc3a4f110de0094e656d1d1c81e723a75e Author: gregor herrmann <[email protected]> Date: Mon Aug 11 18:28:10 2014 +0200 Add a patch to fix some spelling mistakes in the POD. --- debian/patches/series | 1 + debian/patches/spelling.patch | 45 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index 818c113..200ec4f 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01_still_Active.diff +spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..63f9d68 --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,45 @@ +Description: fix some spelling mistakes +Origin: vendor +Author: gregor herrmann <[email protected]> +Last-Update: 2014-08-11 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=97938 +Bug: https://rt.cpan.org/Ticket/Display.html?id=97938 + +--- a/lib/Ima/DBI.pm ++++ b/lib/Ima/DBI.pm +@@ -49,7 +49,7 @@ + + Ima::DBI attempts to organize and facilitate caching and more efficient + use of database connections and statement handles by storing DBI and +-SQL information with your class (instead of as seperate objects). ++SQL information with your class (instead of as separate objects). + This allows you to pass around just one object without worrying about + a trail of DBI handles behind it. + +@@ -155,7 +155,7 @@ + + One program, one database connection (per database user). One program, + one prepared statement handle (per statement, per database user). +-That's what Ima::DBI enforces. Extremely handy in persistant environments ++That's what Ima::DBI enforces. Extremely handy in persistent environments + (servers, daemons, mod_perl, FastCGI, etc...) + + =item * Encourages use of bind parameters and columns +@@ -189,7 +189,7 @@ + + =item * Overkill for programs that only use their SQL statements once + +-Ima::DBI's caching might prove to be an unecessary performance hog if ++Ima::DBI's caching might prove to be an unnecessary performance hog if + you never use the same SQL statement twice. Not sure, I haven't + looked into it. + +@@ -217,7 +217,7 @@ + =item 4 + + Use sql_* to retrieve your statement handles ($sth) as needed and db_* +-to retreive database handles ($dbh). ++to retrieve database handles ($dbh). + + + =back -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libima-dbi-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
