[Reproducible-commits] [libextutils-depends-perl] 133/187: Imported Upstream version 0.308

Maria Valentina Marin Rodrigues akira-guest at moszumanska.debian.org
Wed Jan 21 21:16:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

akira-guest pushed a commit to branch pu/reproducible_builds
in repository libextutils-depends-perl.

commit f03330de6f66efb6a8b4aed1838ef912804aa890
Author: Damyan Ivanov <dmn at debian.org>
Date:   Thu May 22 18:05:54 2014 +0000

    Imported Upstream version 0.308
---
 Changes                 | 3 +++
 MANIFEST                | 1 +
 META.json               | 2 +-
 META.yml                | 2 +-
 MYMETA.json             | 2 +-
 MYMETA.yml              | 2 +-
 lib/ExtUtils/Depends.pm | 2 +-
 t/02_save_load.t        | 2 +-
 8 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/Changes b/Changes
index b4f3e80..7d6a0db 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension ExtUtils::Depends.
 
+0.308 Sun May 18 16:22:11 PDT 2014
+    - Fix win32 test failure in t/02_save_load.t (closes RT#95301)
+
 0.307 Mon Apr 28 22:04:38 PDT 2014
     - $Data::Dumper::Terse set to 1 broke save_config
     - Document API expected by ::load function
diff --git a/MANIFEST b/MANIFEST
index b146c6b..b7277bf 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,5 @@
 Changes
+ExtUtils-Depends-0.308.tar.gz
 lib/ExtUtils/Depends.pm
 Makefile.PL
 MANIFEST			This list of files
diff --git a/META.json b/META.json
index 47589fe..90eb9a5 100644
--- a/META.json
+++ b/META.json
@@ -73,5 +73,5 @@
       },
       "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list"
    },
-   "version" : "0.307"
+   "version" : "0.308"
 }
diff --git a/META.yml b/META.yml
index 0b320ef..c3ba7b2 100644
--- a/META.yml
+++ b/META.yml
@@ -38,4 +38,4 @@ resources:
   homepage: http://gtk2-perl.sourceforge.net
   license: http://dev.perl.org/licenses/
   repository: git://git.gnome.org/perl-ExtUtils-Depends
-version: 0.307
+version: 0.308
diff --git a/MYMETA.json b/MYMETA.json
index 4ff0cd3..6c41d06 100644
--- a/MYMETA.json
+++ b/MYMETA.json
@@ -73,5 +73,5 @@
       },
       "x_MailingList" : "https://mail.gnome.org/mailman/listinfo/gtk-perl-list"
    },
-   "version" : "0.307"
+   "version" : "0.308"
 }
diff --git a/MYMETA.yml b/MYMETA.yml
index 30b484e..7d2e945 100644
--- a/MYMETA.yml
+++ b/MYMETA.yml
@@ -38,4 +38,4 @@ resources:
   homepage: http://gtk2-perl.sourceforge.net
   license: http://dev.perl.org/licenses/
   repository: git://git.gnome.org/perl-ExtUtils-Depends
-version: 0.307
+version: 0.308
diff --git a/lib/ExtUtils/Depends.pm b/lib/ExtUtils/Depends.pm
index 795742d..a449176 100644
--- a/lib/ExtUtils/Depends.pm
+++ b/lib/ExtUtils/Depends.pm
@@ -11,7 +11,7 @@ use File::Find;
 use File::Spec;
 use Data::Dumper;
 
-our $VERSION = '0.307';
+our $VERSION = '0.308';
 
 sub import {
 	my $class = shift;
diff --git a/t/02_save_load.t b/t/02_save_load.t
index 101acf8..c68fa3f 100644
--- a/t/02_save_load.t
+++ b/t/02_save_load.t
@@ -80,7 +80,7 @@ like ($info->{inc}, $install_part);
 isnt (index($info->{inc}, $inc), -1);
 
 my @typemaps_expected = map { my $t = $_; $t =~ s#build/##; $t } @typemaps;
-sub strip_typemap { my $t = $_; $t =~ s#.*DepTest/Install/##; $t }
+sub strip_typemap { my $t = $_; my $tmp = catfile('DepTest','Install',' '); $tmp =~ s# $##; $t =~ s#.*\Q$tmp\E##; $t }
 is_deeply (
   [ map { strip_typemap($_) } @{$info->{typemaps}} ],
   \@typemaps_expected,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/libextutils-depends-perl.git



More information about the Reproducible-commits mailing list