r31301 - in /branches/upstream/libsvn-look-perl/current: META.yml lib/SVN/Look.pm t/00-load.t t/01-commands.t t/pod-coverage.t t/pod.t

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Mon Mar 2 09:29:29 UTC 2009


Author: angelabad-guest
Date: Mon Mar  2 09:29:21 2009
New Revision: 31301

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31301
Log:
[svn-upgrade] Integrating new upstream version, libsvn-look-perl (0.14.7)

Modified:
    branches/upstream/libsvn-look-perl/current/META.yml
    branches/upstream/libsvn-look-perl/current/lib/SVN/Look.pm
    branches/upstream/libsvn-look-perl/current/t/00-load.t
    branches/upstream/libsvn-look-perl/current/t/01-commands.t
    branches/upstream/libsvn-look-perl/current/t/pod-coverage.t
    branches/upstream/libsvn-look-perl/current/t/pod.t

Modified: branches/upstream/libsvn-look-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-look-perl/current/META.yml?rev=31301&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/META.yml (original)
+++ branches/upstream/libsvn-look-perl/current/META.yml Mon Mar  2 09:29:21 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                SVN-Look
-version:             0.14.5
+version:             0.14.7
 abstract:            A caching wrapper aroung the svnlook command.
 license:             ~
 author:              

Modified: branches/upstream/libsvn-look-perl/current/lib/SVN/Look.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-look-perl/current/lib/SVN/Look.pm?rev=31301&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/lib/SVN/Look.pm (original)
+++ branches/upstream/libsvn-look-perl/current/lib/SVN/Look.pm Mon Mar  2 09:29:21 2009
@@ -14,7 +14,7 @@
 
 =cut
 
-our $VERSION = '0.14.' . substr(q$Revision: 5 $, 10); # bump from 10
+our $VERSION = '0.14.' . substr(q$Revision: 7 $, 10); # bump from 5
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libsvn-look-perl/current/t/00-load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-look-perl/current/t/00-load.t?rev=31301&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/t/00-load.t (original)
+++ branches/upstream/libsvn-look-perl/current/t/00-load.t Mon Mar  2 09:29:21 2009
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 use lib 't';

Modified: branches/upstream/libsvn-look-perl/current/t/01-commands.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-look-perl/current/t/01-commands.t?rev=31301&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/t/01-commands.t (original)
+++ branches/upstream/libsvn-look-perl/current/t/01-commands.t Mon Mar  2 09:29:21 2009
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 use lib 't';

Modified: branches/upstream/libsvn-look-perl/current/t/pod-coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-look-perl/current/t/pod-coverage.t?rev=31301&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/t/pod-coverage.t (original)
+++ branches/upstream/libsvn-look-perl/current/t/pod-coverage.t Mon Mar  2 09:29:21 2009
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 use Test::More;

Modified: branches/upstream/libsvn-look-perl/current/t/pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-look-perl/current/t/pod.t?rev=31301&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/t/pod.t (original)
+++ branches/upstream/libsvn-look-perl/current/t/pod.t Mon Mar  2 09:29:21 2009
@@ -1,5 +1,3 @@
-#!perl -T
-
 use strict;
 use warnings;
 use Test::More;




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