From: Karen Etheridge Date: Fri, 11 Dec 2015 03:40:40 +0000 (-0800) Subject: switch to my bundle X-Git-Tag: v0.23~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dbb907acd15e50b5a6570a2ae8f29e949b4346e4;p=p5sagit%2FTry-Tiny.git switch to my bundle --- diff --git a/dist.ini b/dist.ini index fa1d1f1..9340af3 100644 --- a/dist.ini +++ b/dist.ini @@ -4,23 +4,16 @@ author = Jesse Luehrs license = MIT copyright_holder = Yuval Kogman -[@DOY] -:version = 0.14 -dist = Try-Tiny -repository = github -authority = cpan:NUFFIN -done_testing = 0 -Git::Tag_tag_format = %N-%v -Git::NextVersion_version_regexp = ^Try-Tiny-(.+)$ - -[AutoPrereqs] +[@Author::ETHER] +installer = MakeMaker +Authority.authority = cpan:NUFFIN ; tests optionally require 5.010 -skip = ^perl$ +AutoPrereqs.skip[0] = ^perl$ ; tests for optional Sub::Name stuff -skip = ^Sub::Name$ -skip = ^Sub::Util$ +AutoPrereqs.skip[1] = ^Sub::Name$ +AutoPrereqs.skip[2] = ^Sub::Util$ ; tests optionally require Capture::Tiny -skip = ^Capture::Tiny$ +AutoPrereqs.skip[3] = ^Capture::Tiny$ [Prereqs] perl = 5.006 diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 50f8e43..601637a 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -2,6 +2,8 @@ package Try::Tiny; use 5.006; # ABSTRACT: minimal try/catch with proper preservation of $@ +our $VERSION = '0.23'; + use strict; use warnings;