r44910 - in /trunk/libfile-which-perl: Changes META.yml debian/changelog lib/File/Which.pm script/pwhich

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Sep 27 14:04:41 UTC 2009


Author: jawnsy-guest
Date: Sun Sep 27 14:03:30 2009
New Revision: 44910

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44910
Log:
Just a version bump, no changes
IGNORE-VERSION: 1.09-1
* New upstream release

Modified:
    trunk/libfile-which-perl/Changes
    trunk/libfile-which-perl/META.yml
    trunk/libfile-which-perl/debian/changelog
    trunk/libfile-which-perl/lib/File/Which.pm
    trunk/libfile-which-perl/script/pwhich

Modified: trunk/libfile-which-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-which-perl/Changes?rev=44910&op=diff
==============================================================================
--- trunk/libfile-which-perl/Changes (original)
+++ trunk/libfile-which-perl/Changes Sun Sep 27 14:03:30 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: trunk/libfile-which-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-which-perl/META.yml?rev=44910&op=diff
==============================================================================
--- trunk/libfile-which-perl/META.yml (original)
+++ trunk/libfile-which-perl/META.yml Sun Sep 27 14:03:30 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: trunk/libfile-which-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-which-perl/debian/changelog?rev=44910&op=diff
==============================================================================
--- trunk/libfile-which-perl/debian/changelog (original)
+++ trunk/libfile-which-perl/debian/changelog Sun Sep 27 14:03:30 2009
@@ -1,3 +1,12 @@
+libfile-which-perl (1.09-1) UNRELEASED; urgency=low
+
+  Just a version bump, no changes
+  IGNORE-VERSION: 1.09-1
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 27 Sep 2009 05:02:16 -0400
+
 libfile-which-perl (1.08-1) unstable; urgency=low
 
   [ Jonathan Yu ]

Modified: trunk/libfile-which-perl/lib/File/Which.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-which-perl/lib/File/Which.pm?rev=44910&op=diff
==============================================================================
--- trunk/libfile-which-perl/lib/File/Which.pm (original)
+++ trunk/libfile-which-perl/lib/File/Which.pm Sun Sep 27 14:03:30 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: trunk/libfile-which-perl/script/pwhich
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-which-perl/script/pwhich?rev=44910&op=diff
==============================================================================
--- trunk/libfile-which-perl/script/pwhich (original)
+++ trunk/libfile-which-perl/script/pwhich Sun Sep 27 14:03:30 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