[liborlite-perl] 03/09: Add more fixes to debian/patches/fix_pod_spelling.

gregor herrmann gregoa at debian.org
Fri Oct 21 17:51:24 UTC 2016


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

gregoa pushed a commit to branch master
in repository liborlite-perl.

commit 677e52e1d356284d0a9c3a8c7a0b8c3f02b3041b
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 21 19:41:48 2016 +0200

    Add more fixes to debian/patches/fix_pod_spelling.
---
 debian/patches/fix_pod_spelling | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/debian/patches/fix_pod_spelling b/debian/patches/fix_pod_spelling
index 5597d7e..c5f0422 100644
--- a/debian/patches/fix_pod_spelling
+++ b/debian/patches/fix_pod_spelling
@@ -3,7 +3,7 @@ Origin: vendor
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=64986 
 Author: Angel Abad <angelabad at gmail.com>
 Reviewed-by: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-06-08
+Last-Update: 2016-10-21
 
 --- a/lib/ORLite.pm
 +++ b/lib/ORLite.pm
@@ -16,3 +16,30 @@ Last-Update: 2011-06-08
  C<Foo::TableName> as a transparent subclass of the shim.
  
  This allows you to alter the behaviour of a table class without having
+@@ -1166,7 +1166,7 @@
+ =head1 ROOT PACKAGE METHODS
+ 
+ All ORLite root packages receive an identical set of methods for
+-controlling connections to the database, transactions, and the issueing
++controlling connections to the database, transactions, and the issuing
+ of queries of various types to the database.
+ 
+ The example root package Foo::Bar is used in any examples.
+@@ -1201,7 +1201,7 @@
+ 
+ The transaction system in ORLite is specifically designed so that code
+ using the database should never have to know whether or not it is in a
+-transation.
++transaction.
+ 
+ Because of this, you should B<never> call the -E<gt>disconnect method
+ on the database handles yourself, as the handle may be that of a
+@@ -1477,7 +1477,7 @@
+   print Foo::Bar::UserData->table; # 'user_data'
+ 
+ While you should not need the name of table for any simple operations,
+-from time to time you may need it programatically. If you do need it,
++from time to time you may need it programmatically. If you do need it,
+ you can use the C<table> method to get the table name.
+ 
+ =head2 table_info

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



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