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

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Mon Nov 3 15:21:51 UTC 2008


Author: angelabad-guest
Date: Mon Nov  3 15:21:48 2008
New Revision: 26603

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

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

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=26603&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/META.yml (original)
+++ branches/upstream/libsvn-look-perl/current/META.yml Mon Nov  3 15:21:48 2008
@@ -1,12 +1,15 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         SVN-Look
-version:      0.12.442
-version_from: lib/SVN/Look.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                SVN-Look
+version:             0.12.455
+abstract:            A caching wrapper aroung the svnlook command.
+license:             ~
+author:              
+    - Gustavo Chaves <gustavo+perl at gnustavo.org>
+generated_by:        ExtUtils::MakeMaker version 6.42
+distribution_type:   module
+requires:     
     File::Spec::Functions:         0
     Test::More:                    0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30_01
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

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=26603&op=diff
==============================================================================
--- branches/upstream/libsvn-look-perl/current/lib/SVN/Look.pm (original)
+++ branches/upstream/libsvn-look-perl/current/lib/SVN/Look.pm Mon Nov  3 15:21:48 2008
@@ -14,7 +14,7 @@
 
 =cut
 
-our $VERSION = '0.12.' . substr(q$Revision: 442 $, 10);
+our $VERSION = '0.12.' . substr(q$Revision: 455 $, 10);
 
 =head1 SYNOPSIS
 
@@ -477,7 +477,7 @@
 
 =head1 COPYRIGHT & LICENSE
 
-Copyright 2008 Gustavo Chaves, all rights reserved.
+Copyright 2008 CPqD, all rights reserved.
 
 This program is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.




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