[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 0.11-15-gc637148

? sunnavy sunnavy at bestpractical.com
Thu Feb 20 14:43:53 EST 2020


The branch, master has been updated
       via  c63714825c03676775bea73bb9be212b77be78b6 (commit)
       via  7f3d8022fdf417460b072f97f3d51f5593a31844 (commit)
       via  f590930c97717ce9affa7bffcff638f5bff42093 (commit)
      from  22281eb8c549b24de20a7df988fe413ebe59b6c1 (commit)

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

- Log -----------------------------------------------------------------
commit f590930c97717ce9affa7bffcff638f5bff42093
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Feb 21 03:30:50 2020 +0800

    Default to 4.4-5.0 compat

diff --git a/profiles/db/skel/Makefile.PL b/profiles/db/skel/Makefile.PL
index b6569ca..7abc74e 100644
--- a/profiles/db/skel/Makefile.PL
+++ b/profiles/db/skel/Makefile.PL
@@ -5,8 +5,8 @@ RTx     '{{$dist->name}}';
 license 'gpl_2';
 repository 'https://github.com/bestpractical/{{lc $dist->name}}';
 
-requires_rt '4.2.0';
-rt_too_new '4.6.0';
+requires_rt '4.4.0';
+rt_too_new '5.2.0';
 
 sign;
 WriteAll;
diff --git a/profiles/default/skel/Makefile.PL b/profiles/default/skel/Makefile.PL
index b6569ca..7abc74e 100644
--- a/profiles/default/skel/Makefile.PL
+++ b/profiles/default/skel/Makefile.PL
@@ -5,8 +5,8 @@ RTx     '{{$dist->name}}';
 license 'gpl_2';
 repository 'https://github.com/bestpractical/{{lc $dist->name}}';
 
-requires_rt '4.2.0';
-rt_too_new '4.6.0';
+requires_rt '4.4.0';
+rt_too_new '5.2.0';
 
 sign;
 WriteAll;

commit 7f3d8022fdf417460b072f97f3d51f5593a31844
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Feb 21 03:31:40 2020 +0800

    Update copyright year to 2020

diff --git a/README b/README
index c822ef6..a6858c0 100644
--- a/README
+++ b/README
@@ -20,7 +20,7 @@ AUTHOR
     Kevin Falcone <falcone at bestpractical.com>
 
 LICENCE AND COPYRIGHT
-    Copyright (c) 2011-2018, Best Practical Solutions, LLC. All rights
+    Copyright (c) 2011-2020, Best Practical Solutions, LLC. All rights
     reserved.
 
     This module is free software; you can redistribute it and/or modify it
diff --git a/lib/Dist/Zilla/MintingProfile/RTx.pm b/lib/Dist/Zilla/MintingProfile/RTx.pm
index 4835987..5746d2e 100644
--- a/lib/Dist/Zilla/MintingProfile/RTx.pm
+++ b/lib/Dist/Zilla/MintingProfile/RTx.pm
@@ -34,7 +34,7 @@ Kevin Falcone <falcone at bestpractical.com>
 
 =head1 LICENCE AND COPYRIGHT
 
-Copyright (c) 2011-2018, Best Practical Solutions, LLC.  All rights reserved.
+Copyright (c) 2011-2020, Best Practical Solutions, LLC.  All rights reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the terms of version 2 of the GNU General Public License.

commit c63714825c03676775bea73bb9be212b77be78b6
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Feb 21 03:36:50 2020 +0800

    Prep for 0.14

diff --git a/Changes b/Changes
index 4a6131e..a6cd94b 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+0.14 2020-02-20
+ - Default to 4.4-5.0 compat
+ - Add "." to @INC to run Makefile.PL even without Module::Install installed
+
 0.13 2018-03-04
  - Drop 4.0 documentation and default to 4.2-4.4 compat
  - Better formatting for bugs section
diff --git a/META.yml b/META.yml
index 78f62cb..d465406 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.13'
+version: '0.14'
diff --git a/lib/Dist/Zilla/MintingProfile/RTx.pm b/lib/Dist/Zilla/MintingProfile/RTx.pm
index 5746d2e..ebe0aee 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.13';
+our $VERSION = '0.14';
 
 =head1 NAME
 

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


More information about the Bps-public-commit mailing list