[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 0.10-2-g889f0ba

Alex Vandiver alexmv at bestpractical.com
Thu Jun 26 17:13:18 EDT 2014


The branch, master has been updated
       via  889f0babd584fdbf454f40820d8c7ed844f2519c (commit)
       via  1a60df7dce9b4305834cba3cc34ca2e40040a579 (commit)
      from  b31ba598d06a20d3e505357c8cdb6b8a0f1aea9b (commit)

Summary of changes:
 Changes                              | 4 ++++
 META.yml                             | 2 +-
 lib/Dist/Zilla/MintingProfile/RTx.pm | 2 +-
 profiles/db/skel/Makefile.PL         | 2 +-
 profiles/default/skel/Makefile.PL    | 2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 1a60df7dce9b4305834cba3cc34ca2e40040a579
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Jun 26 17:11:46 2014 -0400

    Default to compat with 4.0, as we include install steps for it

diff --git a/profiles/db/skel/Makefile.PL b/profiles/db/skel/Makefile.PL
index 889f54a..c5b6546 100644
--- a/profiles/db/skel/Makefile.PL
+++ b/profiles/db/skel/Makefile.PL
@@ -3,7 +3,7 @@ use inc::Module::Install;
 RTx     '{{$dist->name}}';
 license 'gplv2';
 
-requires_rt '4.2.0';
+requires_rt '4.0.0';
 rt_too_new '4.4.0';
 
 sign;
diff --git a/profiles/default/skel/Makefile.PL b/profiles/default/skel/Makefile.PL
index 889f54a..c5b6546 100644
--- a/profiles/default/skel/Makefile.PL
+++ b/profiles/default/skel/Makefile.PL
@@ -3,7 +3,7 @@ use inc::Module::Install;
 RTx     '{{$dist->name}}';
 license 'gplv2';
 
-requires_rt '4.2.0';
+requires_rt '4.0.0';
 rt_too_new '4.4.0';
 
 sign;

commit 889f0babd584fdbf454f40820d8c7ed844f2519c
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Jun 26 17:13:07 2014 -0400

    Version 0.11

diff --git a/Changes b/Changes
index f38b7f6..a1483f6 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.11 2014-06-27
+ - Actually default to 4.0 compat; version 0.10 documented installation
+   steps for 4.0, but the Makefile.PL required 4.2.0 or higher.
+
 0.10 2014-06-26
  - Remove mentions of RT 3.8, which is no longer supported
  - Default to being compat with >= 4.0, < 4.4
diff --git a/META.yml b/META.yml
index e2d2aab..8131292 100644
--- a/META.yml
+++ b/META.yml
@@ -25,4 +25,4 @@ requires:
   perl: 5.8.3
 resources:
   license: http://opensource.org/licenses/gpl-license.php
-version: '0.10'
+version: '0.11'
diff --git a/lib/Dist/Zilla/MintingProfile/RTx.pm b/lib/Dist/Zilla/MintingProfile/RTx.pm
index a8bf986..96ff716 100644
--- a/lib/Dist/Zilla/MintingProfile/RTx.pm
+++ b/lib/Dist/Zilla/MintingProfile/RTx.pm
@@ -7,7 +7,7 @@ with 'Dist::Zilla::Role::MintingProfile::ShareDir';
 
 use 5.008003;
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 =head1 NAME
 

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


More information about the Bps-public-commit mailing list