r26675 - in /branches/upstream/libsvn-look-perl/current: Changes META.yml README lib/SVN/Look.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Thu Nov 6 08:59:43 UTC 2008


Author: angelabad-guest
Date: Thu Nov  6 08:59:36 2008
New Revision: 26675

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

Modified:
    branches/upstream/libsvn-look-perl/current/Changes
    branches/upstream/libsvn-look-perl/current/META.yml
    branches/upstream/libsvn-look-perl/current/README
    branches/upstream/libsvn-look-perl/current/lib/SVN/Look.pm

Modified: branches/upstream/libsvn-look-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-look-perl/current/Changes?rev=26675&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/Changes (original)
+++ branches/upstream/libsvn-look-perl/current/Changes Thu Nov  6 08:59:36 2008
@@ -1,4 +1,8 @@
 Revision history for SVN-Look. -*- text -*-
+
+0.13	2008-11-06
+
+	Changing the LICENSE from GPL to Perl.
 
 0.12	2008-10-09
 

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=26675&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/META.yml (original)
+++ branches/upstream/libsvn-look-perl/current/META.yml Thu Nov  6 08:59:36 2008
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:                SVN-Look
-version:             0.12.455
+version:             0.13.463
 abstract:            A caching wrapper aroung the svnlook command.
 license:             ~
 author:              

Modified: branches/upstream/libsvn-look-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libsvn-look-perl/current/README?rev=26675&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/README (original)
+++ branches/upstream/libsvn-look-perl/current/README Thu Nov  6 08:59:36 2008
@@ -1,6 +1,6 @@
 Name:    SVN-Look
 What:    A caching wrapper aroung the svnlook command.
-Version: 0.12
+Version: 0.13
 Author:  Gustavo Chaves <gnustavo at cpan.org>
 
 SVN-Look is a caching wrapper aroung the svnlook command.
@@ -49,5 +49,4 @@
 Copyright (C) 2008 CPqD (http://www.cpqd.com.br/)
 
 This program is free software; you can redistribute it and/or modify it
-under the GNU GPL v3 or newer.
-
+under the same terms as Perl itself.

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=26675&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/lib/SVN/Look.pm (original)
+++ branches/upstream/libsvn-look-perl/current/lib/SVN/Look.pm Thu Nov  6 08:59:36 2008
@@ -10,11 +10,11 @@
 
 =head1 VERSION
 
-Version 0.12
-
-=cut
-
-our $VERSION = '0.12.' . substr(q$Revision: 455 $, 10);
+Version 0.13
+
+=cut
+
+our $VERSION = '0.13.' . substr(q$Revision: 463 $, 10);
 
 =head1 SYNOPSIS
 




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