[libdist-zilla-role-bootstrap-perl] 03/04: Depend on MXAS 0.015

Axel Beckert abe at deuxchevaux.org
Sat Aug 8 11:58:50 UTC 2015


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

abe pushed a commit to annotated tag 0.2.3-source
in repository libdist-zilla-role-bootstrap-perl.

commit 844ba7f39ba9a657ee81a3b0a41bd9bea277da67
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Tue Nov 19 06:33:33 2013 +1300

    Depend on MXAS 0.015
---
 Changes                          | 4 ++++
 README.mkdn                      | 2 +-
 lib/Dist/Zilla/Role/Bootstrap.pm | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index f80e052..4c98820 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
 Release history for Dist-Zilla-Role-Bootstrap
 
 {{$NEXT}}
+ [00 Bugfix]
+ - Depend on a minimum version of MooseX::AttributeShortcuts to provide
+   builder => sub {} support
+ - Thanks, Graham Ollis for reporting, closes #1
 
 0.2.2 2013-11-18T04:24:16Z
  [00 Minor/Bugfix]
diff --git a/README.mkdn b/README.mkdn
index 64d5676..f363df9 100644
--- a/README.mkdn
+++ b/README.mkdn
@@ -4,7 +4,7 @@ Dist::Zilla::Role::Bootstrap - Shared logic for bootstrap things.
 
 # VERSION
 
-version 0.2.2
+version 0.2.3
 
 # SYNOPSIS
 
diff --git a/lib/Dist/Zilla/Role/Bootstrap.pm b/lib/Dist/Zilla/Role/Bootstrap.pm
index 33a7b9f..e0d5685 100644
--- a/lib/Dist/Zilla/Role/Bootstrap.pm
+++ b/lib/Dist/Zilla/Role/Bootstrap.pm
@@ -6,7 +6,7 @@ package Dist::Zilla::Role::Bootstrap;
 # ABSTRACT: Shared logic for bootstrap things.
 
 use Moose::Role;
-use MooseX::AttributeShortcuts;
+use MooseX::AttributeShortcuts 0.015;    #Min version for builder => sub {}
 
 =begin MetaPOD::JSON v1.1.0
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git



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