r31705 - in /trunk/libsvn-look-perl: META.yml Makefile.PL debian/changelog debian/patches/remove_authortest_pbuilder lib/SVN/Look.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Sun Mar 8 14:14:22 UTC 2009


Author: angelabad-guest
Date: Sun Mar  8 14:14:17 2009
New Revision: 31705

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31705
Log:
New upstream release 0.14.10

Modified:
    trunk/libsvn-look-perl/META.yml
    trunk/libsvn-look-perl/Makefile.PL
    trunk/libsvn-look-perl/debian/changelog
    trunk/libsvn-look-perl/debian/patches/remove_authortest_pbuilder
    trunk/libsvn-look-perl/lib/SVN/Look.pm

Modified: trunk/libsvn-look-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/META.yml?rev=31705&op=diff
==============================================================================
--- trunk/libsvn-look-perl/META.yml (original)
+++ trunk/libsvn-look-perl/META.yml Sun Mar  8 14:14:17 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                SVN-Look
-version:             0.14.9
+version:             0.14.10
 abstract:            A caching wrapper aroung the svnlook command.
 license:             ~
 author:              

Modified: trunk/libsvn-look-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/Makefile.PL?rev=31705&op=diff
==============================================================================
--- trunk/libsvn-look-perl/Makefile.PL (original)
+++ trunk/libsvn-look-perl/Makefile.PL Sun Mar  8 14:14:17 2009
@@ -1,3 +1,4 @@
+use 5.008;
 use strict;
 use warnings;
 use File::Spec::Functions qw/catfile path/;

Modified: trunk/libsvn-look-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/changelog?rev=31705&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/changelog (original)
+++ trunk/libsvn-look-perl/debian/changelog Sun Mar  8 14:14:17 2009
@@ -1,3 +1,9 @@
+libsvn-look-perl (0.14.10-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Sun, 08 Mar 2009 15:11:01 +0100
+
 libsvn-look-perl (0.14.9-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libsvn-look-perl/debian/patches/remove_authortest_pbuilder
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/patches/remove_authortest_pbuilder?rev=31705&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/patches/remove_authortest_pbuilder (original)
+++ trunk/libsvn-look-perl/debian/patches/remove_authortest_pbuilder Sun Mar  8 14:14:17 2009
@@ -3,8 +3,8 @@
 
 Index: libsvn-look-perl/t/01-commands.t
 ===================================================================
---- libsvn-look-perl.orig/t/01-commands.t	2009-03-02 10:29:53.000000000 +0100
-+++ libsvn-look-perl/t/01-commands.t	2009-03-06 10:58:51.000000000 +0100
+--- libsvn-look-perl.orig/t/01-commands.t	2009-03-03 00:17:22.000000000 +0100
++++ libsvn-look-perl/t/01-commands.t	2009-03-08 15:11:35.000000000 +0100
 @@ -7,7 +7,7 @@
  require "test-functions.pl";
  

Modified: trunk/libsvn-look-perl/lib/SVN/Look.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/lib/SVN/Look.pm?rev=31705&op=diff
==============================================================================
--- trunk/libsvn-look-perl/lib/SVN/Look.pm (original)
+++ trunk/libsvn-look-perl/lib/SVN/Look.pm Sun Mar  8 14:14:17 2009
@@ -14,7 +14,7 @@
 
 =cut
 
-our $VERSION = '0.14.' . substr(q$Revision: 9 $, 10); # bump from 5
+our $VERSION = '0.14.' . substr(q$Revision: 10 $, 10); # bump from 5
 
 =head1 SYNOPSIS
 
@@ -108,8 +108,7 @@
 
 sub _svnlook {
     my ($self, $cmd, @args) = @_;
-    my $fd;
-    open $fd, '-|', $SVNLOOK, $cmd, $self->{repo}, @{$self->{what}}, @args
+    open my $fd, '-|', $SVNLOOK, $cmd, $self->{repo}, @{$self->{what}}, @args
 	or die "Can't exec svnlook $cmd: $!\n";
     if (wantarray) {
 	my @lines = <$fd>;




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