r25917 - in /branches/upstream/liblockfile-simple-perl/current: META.yml README Simple.pm

rmayorga-guest at users.alioth.debian.org rmayorga-guest at users.alioth.debian.org
Fri Oct 10 17:11:14 UTC 2008


Author: rmayorga-guest
Date: Fri Oct 10 17:11:12 2008
New Revision: 25917

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25917
Log:
[svn-upgrade] Integrating new upstream version, liblockfile-simple-perl (0.207)

Modified:
    branches/upstream/liblockfile-simple-perl/current/META.yml
    branches/upstream/liblockfile-simple-perl/current/README
    branches/upstream/liblockfile-simple-perl/current/Simple.pm

Modified: branches/upstream/liblockfile-simple-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblockfile-simple-perl/current/META.yml?rev=25917&op=diff
==============================================================================
--- branches/upstream/liblockfile-simple-perl/current/META.yml (original)
+++ branches/upstream/liblockfile-simple-perl/current/META.yml Fri Oct 10 17:11:12 2008
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         LockFile-Simple
-version:      0.206
+version:      0.207
 version_from: Simple.pm
 installdirs:  site
 requires:

Modified: branches/upstream/liblockfile-simple-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblockfile-simple-perl/current/README?rev=25917&op=diff
==============================================================================
--- branches/upstream/liblockfile-simple-perl/current/README (original)
+++ branches/upstream/liblockfile-simple-perl/current/README Fri Oct 10 17:11:12 2008
@@ -6,9 +6,11 @@
 
 
 ------------------------------------------------------------------------
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, a copy of which can be
-    found with perl.
+    This program is free software; you can redistribute it and/or
+    modify it under the terms of the Perl Artistic License or the GNU
+    General Public License as published by the Free Software
+    Foundation; either version 2 of the License, or (at your option)
+    any later version.
 
     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: branches/upstream/liblockfile-simple-perl/current/Simple.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/liblockfile-simple-perl/current/Simple.pm?rev=25917&op=diff
==============================================================================
--- branches/upstream/liblockfile-simple-perl/current/Simple.pm (original)
+++ branches/upstream/liblockfile-simple-perl/current/Simple.pm Fri Oct 10 17:11:12 2008
@@ -1,4 +1,4 @@
-;# $Id
+;# $Id$
 ;#
 ;#  @COPYRIGHT@
 ;#
@@ -77,7 +77,7 @@
 @ISA = qw(Exporter);
 @EXPORT = ();
 @EXPORT_OK = qw(lock trylock unlock);
-$VERSION = '0.206';
+$VERSION = '0.207';
 
 my $LOCKER = undef;			# Default locking object
 




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