[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 0.09-5-g96f65bc

Alex Vandiver alexmv at bestpractical.com
Tue Jun 17 11:34:37 EDT 2014


The branch, master has been updated
       via  96f65bc025874d5b7e1127f895fe2c716439a9b7 (commit)
       via  d821c7908d4683a24bda72c037a34028dd80214b (commit)
      from  8f6958796f3afaafd331a12db02f3af6620e6890 (commit)

Summary of changes:
 profiles/db/Module.pm             | 2 +-
 profiles/db/skel/Makefile.PL      | 3 +++
 profiles/default/Module.pm        | 2 +-
 profiles/default/skel/Makefile.PL | 3 +++
 4 files changed, 8 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit d821c7908d4683a24bda72c037a34028dd80214b
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Jun 17 11:33:06 2014 -0400

    Remove mentions of RT 3.8, which is no longer supported

diff --git a/profiles/db/Module.pm b/profiles/db/Module.pm
index 7fbbb03..213d28c 100644
--- a/profiles/db/Module.pm
+++ b/profiles/db/Module.pm
@@ -47,7 +47,7 @@ If you are using RT 4.2 or greater, add this line:
 
     Plugin('{{$name}}');
 
-For RT 3.8 and 4.0, add this line:
+For RT 4.0, add this line:
 
     Set(@Plugins, qw({{$name}}));
 
diff --git a/profiles/default/Module.pm b/profiles/default/Module.pm
index 088715d..b0ba6a8 100644
--- a/profiles/default/Module.pm
+++ b/profiles/default/Module.pm
@@ -37,7 +37,7 @@ If you are using RT 4.2 or greater, add this line:
 
     Plugin('{{$name}}');
 
-For RT 3.8 and 4.0, add this line:
+For RT 4.0, add this line:
 
     Set(@Plugins, qw({{$name}}));
 

commit 96f65bc025874d5b7e1127f895fe2c716439a9b7
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Jun 17 11:34:08 2014 -0400

    Default new modules to being compat with 4.2 but not 4.4

diff --git a/profiles/db/skel/Makefile.PL b/profiles/db/skel/Makefile.PL
index 74ec054..9979f3a 100644
--- a/profiles/db/skel/Makefile.PL
+++ b/profiles/db/skel/Makefile.PL
@@ -5,5 +5,8 @@ all_from 'lib/{{$path}}.pm';
 readme_from 'lib/{{$path}}.pm';
 license  'gplv2';
 
+requires_rt '4.2.0';
+rt_too_new '4.4.0';
+
 sign;
 WriteAll;
diff --git a/profiles/default/skel/Makefile.PL b/profiles/default/skel/Makefile.PL
index 74ec054..9979f3a 100644
--- a/profiles/default/skel/Makefile.PL
+++ b/profiles/default/skel/Makefile.PL
@@ -5,5 +5,8 @@ all_from 'lib/{{$path}}.pm';
 readme_from 'lib/{{$path}}.pm';
 license  'gplv2';
 
+requires_rt '4.2.0';
+rt_too_new '4.4.0';
+
 sign;
 WriteAll;

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


More information about the Bps-public-commit mailing list