switch to my bundle
Karen Etheridge [Fri, 11 Dec 2015 03:40:40 +0000 (19:40 -0800)]
dist.ini
lib/Try/Tiny.pm

index fa1d1f1..9340af3 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -4,23 +4,16 @@ author = Jesse Luehrs <doy@tozt.net>
 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
index 50f8e43..601637a 100644 (file)
@@ -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;