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
43af6887
Commit
43af6887
authored
Dec 14, 2010
by
Kevin Falcone
Browse files
Version bump for 0.31_03
parent
90c8c227
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
Changes
Changes
+4
-0
META.yml
META.yml
+2
-2
Makefile.PL
Makefile.PL
+1
-1
inc/Module/Install/RTx.pm
inc/Module/Install/RTx.pm
+2
-1
lib/RT/Extension/LDAPImport.pm
lib/RT/Extension/LDAPImport.pm
+1
-1
No files found.
Changes
View file @
43af6887
Revision history for RT-Extension-LDAPImport
0.31_03
Upgrade Module::Install::RTx so it can find RT.pm
and version check properly.
0.31_02
packaging fix since Module::Install doesn't support
require(RT => '3.6.3'); as well as it could
...
...
META.yml
View file @
43af6887
...
...
@@ -24,8 +24,8 @@ requires:
Class::Accessor:
0
Net::LDAP:
0
Net::LDAP::Server::Test:
0
RT
:
0
RT
:
3.6.3
Test::More:
0
resources
:
license
:
http://dev.perl.org/licenses/
version
:
0.31_0
2
version
:
0.31_0
3
Makefile.PL
View file @
43af6887
...
...
@@ -8,7 +8,7 @@ all_from('lib/RT/Extension/LDAPImport.pm');
requires
('
Test::More
');
requires
('
Net::LDAP
');
requires
('
RT
');
requires
('
RT
'
,
'
3.6.3
'
);
requires
('
Class::Accessor
');
feature
"
Proper Testing
"
=>
...
...
inc/Module/Install/RTx.pm
View file @
43af6887
...
...
@@ -60,6 +60,7 @@ sub RTx {
my
$local_lib_path
=
"
$RT
::LocalPath/lib
";
print
"
Using RT configuration from
$INC
{'RT.pm'}:
\n
";
unshift
@INC
,
"
$RT
::LocalPath/lib
"
if
$
RT::
LocalPath
;
unshift
@INC
,
$lib_path
;
$
RT::
LocalVarPath
||=
$
RT::
VarPath
;
$
RT::
LocalPoPath
||=
$
RT::
LocalLexiconPath
;
...
...
@@ -189,4 +190,4 @@ sub RTxInit {
__END__
#line 30
3
#line 30
4
lib/RT/Extension/LDAPImport.pm
View file @
43af6887
package
RT::Extension::
LDAPImport
;
our
$VERSION
=
'
0.31_0
2
';
our
$VERSION
=
'
0.31_0
3
';
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