r31303 - in /trunk/libsvn-look-perl: META.yml debian/changelog 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:35:45 UTC 2009


Author: angelabad-guest
Date: Mon Mar  2 09:35:41 2009
New Revision: 31303

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

Modified:
    trunk/libsvn-look-perl/META.yml
    trunk/libsvn-look-perl/debian/changelog
    trunk/libsvn-look-perl/lib/SVN/Look.pm
    trunk/libsvn-look-perl/t/00-load.t
    trunk/libsvn-look-perl/t/01-commands.t
    trunk/libsvn-look-perl/t/pod-coverage.t
    trunk/libsvn-look-perl/t/pod.t

Modified: trunk/libsvn-look-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/META.yml?rev=31303&op=diff
==============================================================================
--- trunk/libsvn-look-perl/META.yml (original)
+++ trunk/libsvn-look-perl/META.yml Mon Mar  2 09:35:41 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: trunk/libsvn-look-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/debian/changelog?rev=31303&op=diff
==============================================================================
--- trunk/libsvn-look-perl/debian/changelog (original)
+++ trunk/libsvn-look-perl/debian/changelog Mon Mar  2 09:35:41 2009
@@ -1,3 +1,9 @@
+libsvn-look-perl (0.14.7-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Mon, 02 Mar 2009 10:30:02 +0100
+
 libsvn-look-perl (0.14.5-1) unstable; urgency=low
 
   * New upstream release

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=31303&op=diff
==============================================================================
--- trunk/libsvn-look-perl/lib/SVN/Look.pm (original)
+++ trunk/libsvn-look-perl/lib/SVN/Look.pm Mon Mar  2 09:35:41 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: trunk/libsvn-look-perl/t/00-load.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-look-perl/t/00-load.t?rev=31303&op=diff
==============================================================================
--- trunk/libsvn-look-perl/t/00-load.t (original)
+++ trunk/libsvn-look-perl/t/00-load.t Mon Mar  2 09:35:41 2009
@@ -1,5 +1,3 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 use lib 't';

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

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

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




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