[Bps-public-commit] RT-Extension-LDAPImport branch, master, updated. 0.31_02-1-g43af688
Kevin Falcone
falcone at bestpractical.com
Tue Dec 14 15:35:46 EST 2010
The branch, master has been updated
via 43af6887b838d042b99a04c1822e886c3486041f (commit)
from 90c8c2278a432ebb1b7b60e80e87e0807ba33205 (commit)
Summary of changes:
Changes | 4 ++++
META.yml | 4 ++--
Makefile.PL | 2 +-
inc/Module/Install/RTx.pm | 3 ++-
lib/RT/Extension/LDAPImport.pm | 2 +-
5 files changed, 10 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 43af6887b838d042b99a04c1822e886c3486041f
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Dec 14 15:31:16 2010 -0500
Version bump for 0.31_03
diff --git a/Changes b/Changes
index 690b609..10a26ee 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,8 @@
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
diff --git a/META.yml b/META.yml
index eae5005..a4f18b3 100644
--- a/META.yml
+++ b/META.yml
@@ -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_02
+version: 0.31_03
diff --git a/Makefile.PL b/Makefile.PL
index 07a57e1..e584696 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -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" =>
diff --git a/inc/Module/Install/RTx.pm b/inc/Module/Install/RTx.pm
index bd13f00..873e823 100644
--- a/inc/Module/Install/RTx.pm
+++ b/inc/Module/Install/RTx.pm
@@ -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 303
+#line 304
diff --git a/lib/RT/Extension/LDAPImport.pm b/lib/RT/Extension/LDAPImport.pm
index 153d0c7..33b61e9 100644
--- a/lib/RT/Extension/LDAPImport.pm
+++ b/lib/RT/Extension/LDAPImport.pm
@@ -1,6 +1,6 @@
package RT::Extension::LDAPImport;
-our $VERSION = '0.31_02';
+our $VERSION = '0.31_03';
use warnings;
use strict;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list