r3315 - in /packages/libsub-install-perl/branches/upstream/current: Changes META.yml lib/Sub/Install.pm t/install.t t/reinstall.t

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Tue Jul 25 10:19:26 UTC 2006


Author: eloy
Date: Tue Jul 25 10:19:24 2006
New Revision: 3315

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3315
Log:
Load /tmp/tmp.ZkVmOP7684/libsub-install-perl-0.922 into
packages/libsub-install-perl/branches/upstream/current.

Modified:
    packages/libsub-install-perl/branches/upstream/current/Changes
    packages/libsub-install-perl/branches/upstream/current/META.yml
    packages/libsub-install-perl/branches/upstream/current/lib/Sub/Install.pm
    packages/libsub-install-perl/branches/upstream/current/t/install.t
    packages/libsub-install-perl/branches/upstream/current/t/reinstall.t

Modified: packages/libsub-install-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsub-install-perl/branches/upstream/current/Changes?rev=3315&op=diff
==============================================================================
--- packages/libsub-install-perl/branches/upstream/current/Changes (original)
+++ packages/libsub-install-perl/branches/upstream/current/Changes Tue Jul 25 10:19:24 2006
@@ -1,4 +1,8 @@
 Revision history for Sub-Install
+
+0.922   2006-07-21
+        fix filename-matching in output tests for win32 (20617, thanks Jerry
+        Gay!) (Couldn't reproduce this one.  Argh!)
 
 0.921   2006-07-16
         fix filename-matching in output tests for win32 (20484, thanks Alex

Modified: packages/libsub-install-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsub-install-perl/branches/upstream/current/META.yml?rev=3315&op=diff
==============================================================================
--- packages/libsub-install-perl/branches/upstream/current/META.yml (original)
+++ packages/libsub-install-perl/branches/upstream/current/META.yml Tue Jul 25 10:19:24 2006
@@ -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:         Sub-Install
-version:      0.921
+version:      0.922
 version_from: lib/Sub/Install.pm
 installdirs:  site
 requires:

Modified: packages/libsub-install-perl/branches/upstream/current/lib/Sub/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsub-install-perl/branches/upstream/current/lib/Sub/Install.pm?rev=3315&op=diff
==============================================================================
--- packages/libsub-install-perl/branches/upstream/current/lib/Sub/Install.pm (original)
+++ packages/libsub-install-perl/branches/upstream/current/lib/Sub/Install.pm Tue Jul 25 10:19:24 2006
@@ -12,13 +12,13 @@
 
 =head1 VERSION
 
-version 0.921
+version 0.922
 
  $Id: /my/rjbs/subinst/trunk/lib/Sub/Install.pm 16622 2005-11-23T00:17:55.304991Z rjbs  $
 
 =cut
 
-our $VERSION = '0.921';
+our $VERSION = '0.922';
 
 =head1 SYNOPSIS
 

Modified: packages/libsub-install-perl/branches/upstream/current/t/install.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsub-install-perl/branches/upstream/current/t/install.t?rev=3315&op=diff
==============================================================================
--- packages/libsub-install-perl/branches/upstream/current/t/install.t (original)
+++ packages/libsub-install-perl/branches/upstream/current/t/install.t Tue Jul 25 10:19:24 2006
@@ -45,8 +45,8 @@
   my $proto = 0;
 
   local $SIG{__WARN__} = sub {
-    return ($redef = 1) if $_[0] =~ m{Subroutine \S+ redef.+t/install.t};
-    return ($proto = 1) if $_[0] =~ m{Prototype mismatch.+t/install.t};
+    return ($redef = 1) if $_[0] =~ m{Subroutine \S+ redef.+t.install\.t};
+    return ($proto = 1) if $_[0] =~ m{Prototype mismatch.+t.install\.t};
     # pass("warned as expected: $_[0]") if $_[0] =~ /redefined/;
     die "unexpected warning: @_";
   };

Modified: packages/libsub-install-perl/branches/upstream/current/t/reinstall.t
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libsub-install-perl/branches/upstream/current/t/reinstall.t?rev=3315&op=diff
==============================================================================
--- packages/libsub-install-perl/branches/upstream/current/t/reinstall.t (original)
+++ packages/libsub-install-perl/branches/upstream/current/t/reinstall.t Tue Jul 25 10:19:24 2006
@@ -45,7 +45,7 @@
   my $proto = 0;
 
   local $SIG{__WARN__} = sub {
-    return ($proto = 1) if $_[0] =~ m{Prototype mismatch.+t/reinstall.t};
+    return ($proto = 1) if $_[0] =~ m{Prototype mismatch.+t.reinstall\.t};
     die "unexpected warning: @_";
   };
 




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