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

? sunnavy sunnavy at bestpractical.com
Wed Feb 28 15:11:33 EST 2018


The branch, master has been updated
       via  684c2c7b2fad4374f50474f3574a8b825ec3cfab (commit)
      from  291e156b421ec6e8e2430986694bd58273fbec36 (commit)

Summary of changes:
 profiles/db/Module.pm      | 8 +-------
 profiles/default/Module.pm | 8 +-------
 2 files changed, 2 insertions(+), 14 deletions(-)

- Log -----------------------------------------------------------------
commit 684c2c7b2fad4374f50474f3574a8b825ec3cfab
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Mar 1 04:10:54 2018 +0800

    drop 4.0's @Plugins documentation since we are in 4.2+

diff --git a/profiles/db/Module.pm b/profiles/db/Module.pm
index 4abd1a7..6651cf7 100644
--- a/profiles/db/Module.pm
+++ b/profiles/db/Module.pm
@@ -43,16 +43,10 @@ in case changes need to be made to your database.
 
 =item Edit your F</opt/rt4/etc/RT_SiteConfig.pm>
 
-If you are using RT 4.2 or greater, add this line:
+Add this line:
 
     Plugin('{{$name}}');
 
-For RT 4.0, add this line:
-
-    Set(@Plugins, qw({{$name}}));
-
-or add C<{{$name}}> to your existing C<@Plugins> line.
-
 =item Clear your mason cache
 
     rm -rf /opt/rt4/var/mason_data/obj
diff --git a/profiles/default/Module.pm b/profiles/default/Module.pm
index e7ff977..4baeacf 100644
--- a/profiles/default/Module.pm
+++ b/profiles/default/Module.pm
@@ -33,16 +33,10 @@ May need root permissions
 
 =item Edit your F</opt/rt4/etc/RT_SiteConfig.pm>
 
-If you are using RT 4.2 or greater, add this line:
+Add this line:
 
     Plugin('{{$name}}');
 
-For RT 4.0, add this line:
-
-    Set(@Plugins, qw({{$name}}));
-
-or add C<{{$name}}> to your existing C<@Plugins> line.
-
 =item Clear your mason cache
 
     rm -rf /opt/rt4/var/mason_data/obj

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


More information about the Bps-public-commit mailing list