[libtry-tiny-perl] 01/03: Imported Upstream version 0.18

Salvatore Bonaccorso carnil at debian.org
Sat Aug 17 19:46:48 UTC 2013


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

carnil pushed a commit to annotated tag debian/0.18-1
in repository libtry-tiny-perl.

commit b07e8776809fb7bf68b7b301d088577b2c343180
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Aug 17 21:42:51 2013 +0200

    Imported Upstream version 0.18
---
 Changes                       |    3 +++
 META.json                     |    3 ++-
 META.yml                      |    3 ++-
 Makefile.PL                   |    2 +-
 README                        |    2 +-
 lib/Try/Tiny.pm               |    4 ++--
 t/global_destruction_forked.t |    4 ++--
 7 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/Changes b/Changes
index a57cbb7..fda35cf 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Try-Tiny
 
+0.18  2013-08-17
+  - fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
+
 0.17  2013-08-16
   - work around [rt.perl #119311] which was causing incorrect error messages in
     some cases during global destruction (Graham Knop, #9)
diff --git a/META.json b/META.json
index 512d49d..a52222a 100644
--- a/META.json
+++ b/META.json
@@ -59,7 +59,7 @@
          "web" : "https://github.com/doy/try-tiny"
       }
    },
-   "version" : "0.17",
+   "version" : "0.18",
    "x_Dist_Zilla" : {
       "perl" : {
          "version" : "5.018001"
@@ -297,6 +297,7 @@
       "Marc Mims <marc at questright.com>",
       "Mark Fowler <mark at twoshortplanks.com>",
       "Mark Stosberg <mark at stosberg.com>",
+      "Paul Howarth <paul at city-fan.org>",
       "Peter Rabbitson <ribasushi at cpan.org>",
       "Ricardo Signes <rjbs at cpan.org>",
       "chromatic <chromatic at wgz.org>"
diff --git a/META.yml b/META.yml
index 262d1c1..3927d09 100644
--- a/META.yml
+++ b/META.yml
@@ -29,7 +29,7 @@ resources:
   bugtracker: https://github.com/doy/try-tiny/issues
   homepage: http://metacpan.org/release/Try-Tiny
   repository: git://github.com/doy/try-tiny.git
-version: 0.17
+version: 0.18
 x_Dist_Zilla:
   perl:
     version: 5.018001
@@ -219,6 +219,7 @@ x_contributors:
   - 'Marc Mims <marc at questright.com>'
   - 'Mark Fowler <mark at twoshortplanks.com>'
   - 'Mark Stosberg <mark at stosberg.com>'
+  - 'Paul Howarth <paul at city-fan.org>'
   - 'Peter Rabbitson <ribasushi at cpan.org>'
   - 'Ricardo Signes <rjbs at cpan.org>'
   - 'chromatic <chromatic at wgz.org>'
diff --git a/Makefile.PL b/Makefile.PL
index c72e25a..f2bedd9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
     "Test::More" => 0,
     "if" => 0
   },
-  "VERSION" => "0.17",
+  "VERSION" => "0.18",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/README b/README
index 9ee1122..102e5e3 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution Try-Tiny,
-version 0.17:
+version 0.18:
 
   minimal try/catch with proper preservation of $@
 
diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm
index 50045a7..d7c51d4 100644
--- a/lib/Try/Tiny.pm
+++ b/lib/Try/Tiny.pm
@@ -3,7 +3,7 @@ BEGIN {
   $Try::Tiny::AUTHORITY = 'cpan:NUFFIN';
 }
 {
-  $Try::Tiny::VERSION = '0.17';
+  $Try::Tiny::VERSION = '0.18';
 }
 use 5.006;
 # ABSTRACT: minimal try/catch with proper preservation of $@
@@ -182,7 +182,7 @@ Try::Tiny - minimal try/catch with proper preservation of $@
 
 =head1 VERSION
 
-version 0.17
+version 0.18
 
 =head1 SYNOPSIS
 
diff --git a/t/global_destruction_forked.t b/t/global_destruction_forked.t
index a9c306f..a533000 100644
--- a/t/global_destruction_forked.t
+++ b/t/global_destruction_forked.t
@@ -1,6 +1,6 @@
 use strict;
 use warnings;
-use Test::More;
+use Test::More tests => 3;
 use Try::Tiny;
 
 {
@@ -54,4 +54,4 @@ try {
 }
 finally { exit 1 if $parent != $$ };
 
-done_testing;
+pass("Didn't just exit");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtry-tiny-perl.git



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