r40056 - in /branches/upstream/libfile-find-rule-perl-perl/current: Changes META.yml lib/File/Find/Rule/Perl.pm t/03_no_index.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jul 17 15:09:24 UTC 2009


Author: jawnsy-guest
Date: Fri Jul 17 15:09:16 2009
New Revision: 40056

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=40056
Log:
[svn-upgrade] Integrating new upstream version, libfile-find-rule-perl-perl (1.08)

Modified:
    branches/upstream/libfile-find-rule-perl-perl/current/Changes
    branches/upstream/libfile-find-rule-perl-perl/current/META.yml
    branches/upstream/libfile-find-rule-perl-perl/current/lib/File/Find/Rule/Perl.pm
    branches/upstream/libfile-find-rule-perl-perl/current/t/03_no_index.t

Modified: branches/upstream/libfile-find-rule-perl-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-find-rule-perl-perl/current/Changes?rev=40056&op=diff
==============================================================================
--- branches/upstream/libfile-find-rule-perl-perl/current/Changes (original)
+++ branches/upstream/libfile-find-rule-perl-perl/current/Changes Fri Jul 17 15:09:16 2009
@@ -1,7 +1,10 @@
 Revision history for Perl extension File-Find-Rule-Perl
 
+1.08 Thu 16 Jul 2009
+  - Added the debian/ directory to the list of skipped paths (RT#47921)
+
 1.07 Wed 15 Jul 2009
-  - Fix no_index regression with absolute paths
+  - Fix no_index regression with absolute paths (RT#47633)
 
 1.06 Mon 13 Apr 2009
 	- Upgraded to Module::Install 0.82 (ADAMK)

Modified: branches/upstream/libfile-find-rule-perl-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-find-rule-perl-perl/current/META.yml?rev=40056&op=diff
==============================================================================
--- branches/upstream/libfile-find-rule-perl-perl/current/META.yml (original)
+++ branches/upstream/libfile-find-rule-perl-perl/current/META.yml Fri Jul 17 15:09:16 2009
@@ -29,4 +29,4 @@
   ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/File-Find-Rule-Perl
   license: http://dev.perl.org/licenses/
   repository: http://svn.ali.as/cpan/trunk/File-Find-Rule-Perl
-version: 1.07
+version: 1.08

Modified: branches/upstream/libfile-find-rule-perl-perl/current/lib/File/Find/Rule/Perl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-find-rule-perl-perl/current/lib/File/Find/Rule/Perl.pm?rev=40056&op=diff
==============================================================================
--- branches/upstream/libfile-find-rule-perl-perl/current/lib/File/Find/Rule/Perl.pm (original)
+++ branches/upstream/libfile-find-rule-perl-perl/current/lib/File/Find/Rule/Perl.pm Fri Jul 17 15:09:16 2009
@@ -47,7 +47,7 @@
 
 use vars qw{$VERSION @ISA @EXPORT};
 BEGIN {
-	$VERSION = '1.07';
+	$VERSION = '1.08';
 	@ISA     = 'File::Find::Rule';
 	@EXPORT  = @File::Find::Rule::EXPORT;
 }

Modified: branches/upstream/libfile-find-rule-perl-perl/current/t/03_no_index.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libfile-find-rule-perl-perl/current/t/03_no_index.t?rev=40056&op=diff
==============================================================================
--- branches/upstream/libfile-find-rule-perl-perl/current/t/03_no_index.t (original)
+++ branches/upstream/libfile-find-rule-perl-perl/current/t/03_no_index.t Fri Jul 17 15:09:16 2009
@@ -40,8 +40,10 @@
 			pm_to_blib
 		};
 		my @files = sort grep {
+			! /^debian\b/
+			and
 			! /\.svn\b/
-      and
+			and
 			! /\.sw[op]\b/
 			and
 			! /\bblib\b/




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