[libbot-basicbot-pluggable-perl] 06/07: Refresh fix_pod_misspells.patch (more typos)

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Jul 29 12:58:52 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libbot-basicbot-pluggable-perl.

commit 43e4cdfc1d97448d624478e577f0630310497a35
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Fri Jul 29 11:55:07 2016 +0100

    Refresh fix_pod_misspells.patch (more typos)
---
 debian/patches/fix_pod_misspells.patch | 31 ++++++++++++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/debian/patches/fix_pod_misspells.patch b/debian/patches/fix_pod_misspells.patch
index d83a73d..32cbf92 100644
--- a/debian/patches/fix_pod_misspells.patch
+++ b/debian/patches/fix_pod_misspells.patch
@@ -3,9 +3,18 @@ Description: fix misspells in pod documentation
  files provided by this module.
 Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=89805
 Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
-Last-Update:  2013-10-27
+Last-Update:  2016-07-29
 --- a/lib/Bot/BasicBot/Pluggable.pm
 +++ b/lib/Bot/BasicBot/Pluggable.pm
+@@ -195,7 +195,7 @@
+     my ( $self, $name ) = @_;
+     my $logger = Log::Log4perl->get_logger( ref $self );
+     $logger->logdie("Need a name for removing a handler") unless $name;
+-    $logger->logdie("Hander $name not defined")
++    $logger->logdie("Handler $name not defined")
+       unless $self->{handlers}{ lc($name) };
+     $self->{handlers}{ lc($name) }->stop();
+     delete $self->{handlers}{ lc($name) };
 @@ -458,7 +458,7 @@
  
  Bot::BasicBot::Pluggable started as Yet Another Infobot replacement, but now
@@ -24,6 +33,15 @@ Last-Update:  2013-10-27
  the bot if possible. Works for minor bug fixes, etc.
  
  =item unload($module)
+@@ -511,7 +511,7 @@
+ =item module($module)
+ 
+ Returns the handler object for the loaded module C<$module>. Used, e.g.,
+-to get the 'Auth' hander to check if a given user is authenticated.
++to get the 'Auth' handler to check if a given user is authenticated.
+ 
+ =item modules
+ 
 @@ -550,7 +550,7 @@
  
  Returns the bot configuration file for logging. Please refer to
@@ -79,6 +97,17 @@ Last-Update:  2013-10-27
  subroutine as otherwise AUTOLOAD in Bot::BasicBot will be called
  for it.
  
+--- a/lib/Test/Bot/BasicBot/Pluggable/Store.pm
++++ b/lib/Test/Bot/BasicBot/Pluggable/Store.pm
+@@ -64,7 +64,7 @@
+ 
+ This functions justs tests some basic behaviour every storage module
+ should provide, like store creation, get and set. You can't use it
+-directly with Test::More as we harcode the number of tests to nine
++directly with Test::More as we hardcode the number of tests to nine
+ in the moment. (Man, i'm so excited about nested tap streams in the
+ newest development release of Test::Simple)
+ 
 --- a/bin/bot-basicbot-pluggable
 +++ b/bin/bot-basicbot-pluggable
 @@ -46,7 +46,7 @@

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



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