[Bps-public-commit] rt-extension-manageautocreatedusers branch, master, updated. 0.02-4-gb20844b
Wallace Reis
wreis at bestpractical.com
Tue May 20 14:16:53 EDT 2014
The branch, master has been updated
via b20844bea6351f148d9dca220cdf979f73b6d820 (commit)
from 9ed39eddf5e86023499cb6deb6f9657980097665 (commit)
Summary of changes:
Makefile.PL | 2 ++
lib/RT/Extension/ManageAutoCreatedUsers.pm | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit b20844bea6351f148d9dca220cdf979f73b6d820
Author: Wallace Reis <wreis at bestpractical.com>
Date: Tue May 20 08:35:30 2014 -0300
CPAN - Do not index RT::User
diff --git a/Makefile.PL b/Makefile.PL
index e02ae2d..192e764 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -12,6 +12,8 @@ requires 'Class::Method::Modifiers';
test_requires 'Test::More';
+no_index 'package' => 'RT::User';
+
sign;
auto_install;
WriteAll;
diff --git a/lib/RT/Extension/ManageAutoCreatedUsers.pm b/lib/RT/Extension/ManageAutoCreatedUsers.pm
index 952366f..dd965ac 100644
--- a/lib/RT/Extension/ManageAutoCreatedUsers.pm
+++ b/lib/RT/Extension/ManageAutoCreatedUsers.pm
@@ -6,7 +6,7 @@ use RT::Extension::MergeUsers;
use Scalar::Util 'blessed';
use Module::Runtime 'use_module';
-our $VERSION = '0.03';
+our $VERSION = '0.04';
RT->AddJavaScript('manage-autocreated-users.js');
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list