[Bps-public-commit] rt-extension-manageautocreatedusers branch, master, updated. 0.08-5-g9873414

Wallace Reis wreis at bestpractical.com
Tue Dec 16 11:36:23 EST 2014


The branch, master has been updated
       via  9873414fd7ad21cb3367515117679d2a2ca79ab5 (commit)
       via  2812a6905984864f6788ff18137be0be3023a85c (commit)
      from  45a501fc3e7063099463a9e8115b9d8092b7f990 (commit)

Summary of changes:
 Makefile.PL                                |  2 --
 lib/RT/Extension/ManageAutoCreatedUsers.pm | 11 ++++-------
 2 files changed, 4 insertions(+), 9 deletions(-)

- Log -----------------------------------------------------------------
commit 2812a6905984864f6788ff18137be0be3023a85c
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Tue Dec 16 14:35:36 2014 -0200

    Docs changes

diff --git a/lib/RT/Extension/ManageAutoCreatedUsers.pm b/lib/RT/Extension/ManageAutoCreatedUsers.pm
index 0e8f643..d3c3c5c 100644
--- a/lib/RT/Extension/ManageAutoCreatedUsers.pm
+++ b/lib/RT/Extension/ManageAutoCreatedUsers.pm
@@ -264,15 +264,12 @@ 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:
-
-    Plugin('RT::Extension::ManageAutoCreatedUsers');
-
-For RT 3.8 and 4.0, add this line:
+Add this line:
 
     Set(@Plugins, qw(RT::Extension::ManageAutoCreatedUsers));
 
-or add C<RT::Extension::ManageAutoCreatedUsers> to your existing C<@Plugins> line.
+or add C<RT::Extension::ManageAutoCreatedUsers> to your existing C<@Plugins>
+line.
 
 =item Clear your mason cache
 
@@ -284,7 +281,7 @@ or add C<RT::Extension::ManageAutoCreatedUsers> to your existing C<@Plugins> lin
 
 =head1 AUTHOR
 
-Wallace Reis <wreis at cpan.org>
+Best Practical Solutions, LLC <modules at bestpractical.com>
 
 =head1 BUGS
 

commit 9873414fd7ad21cb3367515117679d2a2ca79ab5
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Tue Dec 16 14:35:50 2014 -0200

    RTx() implies both all_from and readme_from

diff --git a/Makefile.PL b/Makefile.PL
index 1b9ece0..ddf3449 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,8 +1,6 @@
 use inc::Module::Install;
 
 RTx 'RT-Extension-ManageAutoCreatedUsers';
-all_from 'lib/RT/Extension/ManageAutoCreatedUsers.pm';
-readme_from 'lib/RT/Extension/ManageAutoCreatedUsers.pm';
 license  'gplv2';
 
 requires_rt '4.2.0';

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


More information about the Bps-public-commit mailing list