Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
best-practical
rt-extension-ldapimport
Commits
90c8c227
Commit
90c8c227
authored
Dec 14, 2010
by
Kevin Falcone
Browse files
Prepare 0.31_02 release
parent
3027c810
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
5 deletions
+16
-5
Changes
Changes
+11
-0
META.yml
META.yml
+2
-2
Makefile.PL
Makefile.PL
+1
-1
inc/Module/Install/RTx.pm
inc/Module/Install/RTx.pm
+1
-1
lib/RT/Extension/LDAPImport.pm
lib/RT/Extension/LDAPImport.pm
+1
-1
No files found.
Changes
View file @
90c8c227
Revision history for RT-Extension-LDAPImport
0.31_02
packaging fix since Module::Install doesn't support
require(RT => '3.6.3'); as well as it could
doc updates
0.31_01
Many new features, primary among them, we now support
importing groups from LDAP and managing group memberships
0.20_01
Integrate a number of patches and suggestions from Robert Nesius
0.07
Documentation fixes
...
...
META.yml
View file @
90c8c227
...
...
@@ -24,8 +24,8 @@ requires:
Class::Accessor:
0
Net::LDAP:
0
Net::LDAP::Server::Test:
0
RT
:
3.6.3
RT
:
0
Test::More:
0
resources
:
license
:
http://dev.perl.org/licenses/
version
:
0.31_0
1
version
:
0.31_0
2
Makefile.PL
View file @
90c8c227
...
...
@@ -8,7 +8,7 @@ all_from('lib/RT/Extension/LDAPImport.pm');
requires
('
Test::More
');
requires
('
Net::LDAP
');
requires
('
RT
'
=>
'
3.6.3
'
);
requires
('
RT
');
requires
('
Class::Accessor
');
feature
"
Proper Testing
"
=>
...
...
inc/Module/Install/RTx.pm
View file @
90c8c227
...
...
@@ -8,7 +8,7 @@ no warnings 'once';
use
Module::Install::
Base
;
use
base
'
Module::Install::Base
';
our
$VERSION
=
'
0.2
5
';
our
$VERSION
=
'
0.2
6
';
use
FindBin
;
use
File::
Glob
();
...
...
lib/RT/Extension/LDAPImport.pm
View file @
90c8c227
package
RT::Extension::
LDAPImport
;
our
$VERSION
=
'
0.31_0
1
';
our
$VERSION
=
'
0.31_0
2
';
use
warnings
;
use
strict
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment