r50523 - in /trunk/libdbd-sqlite3-perl/debian: changelog patches/fix-pod-spelling.patch patches/series

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jan 8 15:35:47 UTC 2010


Author: jawnsy-guest
Date: Fri Jan  8 15:35:40 2010
New Revision: 50523

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50523
Log:
Add a patch to correct POD spelling

Added:
    trunk/libdbd-sqlite3-perl/debian/patches/fix-pod-spelling.patch
Modified:
    trunk/libdbd-sqlite3-perl/debian/changelog
    trunk/libdbd-sqlite3-perl/debian/patches/series

Modified: trunk/libdbd-sqlite3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/changelog?rev=50523&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/changelog (original)
+++ trunk/libdbd-sqlite3-perl/debian/changelog Fri Jan  8 15:35:40 2010
@@ -1,10 +1,7 @@
 libdbd-sqlite3-perl (1.29-1) UNRELEASED; urgency=low
 
-  [ Krzysztof Krzyżaniak (eloy) ]
-  * NOT RELEASED YET
-
-  [ Jonathan Yu ]
-  * New upstream release
+  * New upstream release
+  * Add a patch to correct POD spelling
 
  -- Jonathan Yu <jawnsy at cpan.org>  Fri, 08 Jan 2010 09:38:35 -0500
 

Added: trunk/libdbd-sqlite3-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/patches/fix-pod-spelling.patch?rev=50523&op=file
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/patches/fix-pod-spelling.patch (added)
+++ trunk/libdbd-sqlite3-perl/debian/patches/fix-pod-spelling.patch Fri Jan  8 15:35:40 2010
@@ -1,0 +1,44 @@
+Description: fix POD spelling
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no
+--- a/lib/DBD/SQLite.pm
++++ b/lib/DBD/SQLite.pm
+@@ -914,7 +914,7 @@
+ Returns all tables and schemas (databases) as specified in L<DBI/table_info>.
+ The schema and table arguments will do a C<LIKE> search. You can specify an
+ ESCAPE character by including an 'Escape' attribute in \%attr. The C<$type>
+-argument accepts a comma seperated list of the following types 'TABLE',
++argument accepts a comma separated list of the following types 'TABLE',
+ 'VIEW', 'LOCAL TEMPORARY' and 'SYSTEM TABLE' (by default all are returned).
+ Note that a statement handle is returned, and not a direct list of tables.
+ 
+@@ -966,7 +966,7 @@
+ 
+ =head2 $dbh->sqlite_create_function( $name, $argc, $code_ref )
+ 
+-This method will register a new function which will be useable in an SQL
++This method will register a new function which will be usable in an SQL
+ query. The method's parameters are:
+ 
+ =over
+@@ -1018,7 +1018,7 @@
+ 
+ =head2 $dbh->sqlite_create_collation( $name, $code_ref )
+ 
+-This method manually registers a new function which will be useable in an SQL
++This method manually registers a new function which will be usable in an SQL
+ query as a COLLATE option for sorting. Such functions can also be registered
+ automatically on demand: see section L</"COLLATION FUNCTIONS"> below.
+ 
+--- a/lib/DBD/SQLite/Cookbook.pod
++++ b/lib/DBD/SQLite/Cookbook.pod
+@@ -149,7 +149,7 @@
+ =head1 TO DO
+ 
+ * Add more and varied cookbook recipes, until we have enough to
+-turn them into a seperate CPAN distribution.
++turn them into a separate CPAN distribution.
+ 
+ * Create a series of tests scripts that validate the cookbook recipies.
+ 

Modified: trunk/libdbd-sqlite3-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-sqlite3-perl/debian/patches/series?rev=50523&op=diff
==============================================================================
--- trunk/libdbd-sqlite3-perl/debian/patches/series (original)
+++ trunk/libdbd-sqlite3-perl/debian/patches/series Fri Jan  8 15:35:40 2010
@@ -1,1 +1,2 @@
+fix-pod-spelling.patch
 use_system_sqlite




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