[Bps-public-commit] test-expect branch, master, updated. 0.33-3-g7b1e88f

Shawn Moore shawn at bestpractical.com
Tue Feb 21 14:12:53 EST 2017


The branch, master has been updated
       via  7b1e88f3e63a004278a2382dd50a3f13e1d4c9d1 (commit)
      from  491f71f2684f91a3665df61828d65ed328064a4c (commit)

Summary of changes:
 CHANGES            | 3 +++
 MANIFEST           | 4 ++--
 META.json          | 7 ++++---
 META.yml           | 7 ++++---
 Makefile.PL        | 2 +-
 lib/Test/Expect.pm | 2 +-
 6 files changed, 15 insertions(+), 10 deletions(-)

- Log -----------------------------------------------------------------
commit 7b1e88f3e63a004278a2382dd50a3f13e1d4c9d1
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Tue Feb 21 14:12:18 2017 -0500

    0.34 releng

diff --git a/CHANGES b/CHANGES
index 88552e6..1d2fe4e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
 Revision history for Perl module Test::Expect
 
+0.34 2017-02-21
+ - Fix intermittent failure of tests (fixes #110276)
+
 0.33 2015-04-02
  - Allow multi-argument forms of "command" to be passed
  - Force Term::ReadLine in called programs to use the "Stub"
diff --git a/MANIFEST b/MANIFEST
index 2ce37ba..b549ade 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,9 +3,9 @@ CHANGES
 lib/Test/Expect.pm
 Makefile.PL
 MANIFEST			This list of files
-META.json
-META.yml
 read
 readline
 README
 t/simple.t
+META.yml
+META.json
diff --git a/META.json b/META.json
index 3112c1c..9fec5c8 100644
--- a/META.json
+++ b/META.json
@@ -5,7 +5,7 @@
       "Original module by Leon Brocard, E<lt>acme at astray.comE<gt>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4211",
+   "generated_by" : "Module::Build version 0.4218",
    "license" : [
       "perl_5"
    ],
@@ -37,7 +37,7 @@
    "provides" : {
       "Test::Expect" : {
          "file" : "lib/Test/Expect.pm",
-         "version" : "0.33"
+         "version" : "0.34"
       }
    },
    "release_status" : "stable",
@@ -46,5 +46,6 @@
          "http://dev.perl.org/licenses/"
       ]
    },
-   "version" : "0.33"
+   "version" : "0.34",
+   "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff --git a/META.yml b/META.yml
index fc1526e..f97aec8 100644
--- a/META.yml
+++ b/META.yml
@@ -10,7 +10,7 @@ build_requires:
 configure_requires:
   Module::Build: '0.42'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4211, CPAN::Meta::Converter version 2.150001'
+generated_by: 'Module::Build version 0.4218, CPAN::Meta::Converter version 2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,10 +19,11 @@ name: Test-Expect
 provides:
   Test::Expect:
     file: lib/Test/Expect.pm
-    version: '0.33'
+    version: '0.34'
 requires:
   Class::Accessor::Chained::Fast: '0'
   Expect::Simple: '0'
 resources:
   license: http://dev.perl.org/licenses/
-version: '0.33'
+version: '0.34'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/Makefile.PL b/Makefile.PL
index 3b42019..ddc4472 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.4211
+# Note: this file was auto-generated by Module::Build::Compat version 0.4218
 use ExtUtils::MakeMaker;
 WriteMakefile
 (
diff --git a/lib/Test/Expect.pm b/lib/Test/Expect.pm
index 9811e66..b4bcae0 100644
--- a/lib/Test/Expect.pm
+++ b/lib/Test/Expect.pm
@@ -7,7 +7,7 @@ use Exporter;
 use Test::Builder;
 use base qw(Class::Accessor::Chained::Fast Exporter);
 __PACKAGE__->mk_accessors(qw(program));
-our $VERSION = "0.33";
+our $VERSION = "0.34";
 our @EXPORT  = qw(
     expect_run
     expect_handle

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list