r30640 - in /scripts/KGB: client/KGB_sendcommit debian/changelog
tincho at users.alioth.debian.org
tincho at users.alioth.debian.org
Fri Feb 13 08:36:47 UTC 2009
Author: tincho
Date: Fri Feb 13 08:36:44 2009
New Revision: 30640
URL: http://svn.debian.org/wsvn/?sc=1&rev=30640
Log:
client/KGB_sendcommit: shut up the compiler warnings about typos.
Modified:
scripts/KGB/client/KGB_sendcommit
scripts/KGB/debian/changelog
Modified: scripts/KGB/client/KGB_sendcommit
URL: http://svn.debian.org/wsvn/scripts/KGB/client/KGB_sendcommit?rev=30640&op=diff
==============================================================================
--- scripts/KGB/client/KGB_sendcommit (original)
+++ scripts/KGB/client/KGB_sendcommit Fri Feb 13 08:36:44 2009
@@ -74,6 +74,11 @@
require SVN::Repos;
require SVN::Core;
+ # Shut up the perl compiler warnings
+ if($SVN::Fs::PathChange::modify and $SVN::Fs::PathChange::add and
+ $SVN::Fs::PathChange::delete) {
+ }
+
my $repo = SVN::Repos::open($path);
my $fs = $repo->fs or die $!;
Modified: scripts/KGB/debian/changelog
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/changelog?rev=30640&op=diff
==============================================================================
--- scripts/KGB/debian/changelog (original)
+++ scripts/KGB/debian/changelog Fri Feb 13 08:36:44 2009
@@ -27,5 +27,6 @@
channel.
* server/KGB, server/kgb.conf.sample: support for rate limiting the SOAP
interface (only global limits, not per client).
+ * client/KGB_sendcommit: shut up the compiler warnings about typos.
-- Damyan Ivanov <dmn at debian.org> Mon, 28 Jul 2008 14:44:04 +0300
More information about the Pkg-perl-cvs-commits
mailing list