r44908 - in /branches/upstream/libfile-which-perl/current: Changes	META.yml lib/File/Which.pm script/pwhich
    jawnsy-guest at users.alioth.debian.org 
    jawnsy-guest at users.alioth.debian.org
       
    Sun Sep 27 12:52:14 UTC 2009
    
    
  
Author: jawnsy-guest
Date: Sun Sep 27 12:49:58 2009
New Revision: 44908
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44908
Log:
[svn-upgrade] Integrating new upstream version, libfile-which-perl (1.09)
Modified:
    branches/upstream/libfile-which-perl/current/Changes
    branches/upstream/libfile-which-perl/current/META.yml
    branches/upstream/libfile-which-perl/current/lib/File/Which.pm
    branches/upstream/libfile-which-perl/current/script/pwhich
Modified: branches/upstream/libfile-which-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-which-perl/current/Changes?rev=44908&op=diff
==============================================================================
--- branches/upstream/libfile-which-perl/current/Changes (original)
+++ branches/upstream/libfile-which-perl/current/Changes Sun Sep 27 12:49:58 2009
@@ -1,4 +1,7 @@
 Revision history for File::Which.
+
+1.09 Sun 27 Sep 2009
+	- Set svn:executable for the exe files so cygwin tests work
 
 1.08 Tue 15 Sep 2009
 	- Fixing pwhich
Modified: branches/upstream/libfile-which-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-which-perl/current/META.yml?rev=44908&op=diff
==============================================================================
--- branches/upstream/libfile-which-perl/current/META.yml (original)
+++ branches/upstream/libfile-which-perl/current/META.yml Sun Sep 27 12:49:58 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               File-Which
-version:            1.08
+version:            1.09
 abstract:           Portable implementation of the "which" utility
 author:
     - Adam Kennedy <adamk at cpan.org>
Modified: branches/upstream/libfile-which-perl/current/lib/File/Which.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-which-perl/current/lib/File/Which.pm?rev=44908&op=diff
==============================================================================
--- branches/upstream/libfile-which-perl/current/lib/File/Which.pm (original)
+++ branches/upstream/libfile-which-perl/current/lib/File/Which.pm Sun Sep 27 12:49:58 2009
@@ -7,7 +7,7 @@
 
 use vars qw{$VERSION @ISA @EXPORT @EXPORT_OK};
 BEGIN {
-	$VERSION   = '1.08';
+	$VERSION   = '1.09';
 	@ISA       = 'Exporter';
 	@EXPORT    = 'which';
 	@EXPORT_OK = 'where';
Modified: branches/upstream/libfile-which-perl/current/script/pwhich
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-which-perl/current/script/pwhich?rev=44908&op=diff
==============================================================================
--- branches/upstream/libfile-which-perl/current/script/pwhich (original)
+++ branches/upstream/libfile-which-perl/current/script/pwhich Sun Sep 27 12:49:58 2009
@@ -7,7 +7,7 @@
 
 use vars qw{$VERSION};
 BEGIN {
-	$VERSION = '1.08';
+	$VERSION = '1.09';
 }
 
 # Handle options
    
    
More information about the Pkg-perl-cvs-commits
mailing list