[SCM] libmessage-passing-perl Debian packaging branch, master, updated. debian/0.111-3-14-g44f6e88

Tomas Doran bobtfish at bobtfish.net
Mon May 6 11:56:54 UTC 2013


The following commit has been merged in the master branch:
commit a5a4acb2f3e992a6dbbea4f72c102d89eeba3a9c
Author: Tomas Doran <bobtfish at bobtfish.net>
Date:   Mon Apr 30 00:02:06 2012 +0100

    Fixes

diff --git a/lib/Log/Stash.pm b/lib/Log/Stash.pm
index e7b211e..5896889 100644
--- a/lib/Log/Stash.pm
+++ b/lib/Log/Stash.pm
@@ -101,14 +101,14 @@ has io_priority => (
 );
 
 sub set_io_priority_if_needed {
-    my $self = shiftl
+    my $self = shift;
     return unless $self->_has_io_priority;
     require Linux::IO_Prio;
     my $sym = do {
         no strict 'refs';
         &{"Linux::IO_Prio::IOPRIO_CLASS_" . uc($self->io_priority)}();
     };
-    Linux::IO_Prio::ioprio_set(Linux::IO_Prio::IOPRIO_WHO_PROCESS, $$,
+    Linux::IO_Prio::ioprio_set(Linux::IO_Prio::IOPRIO_WHO_PROCESS(), $$,
         Linux::IO_Prio::IOPRIO_PRIO_VALUE($sym, 0)
     );
 }

-- 
libmessage-passing-perl Debian packaging



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