[Rt-commit] r15308 - rtir/branches/2.3-TESTING
ruz at bestpractical.com
ruz at bestpractical.com
Wed Aug 20 14:07:13 EDT 2008
Author: ruz
Date: Wed Aug 20 14:07:12 2008
New Revision: 15308
Modified:
rtir/branches/2.3-TESTING/Makefile.PL
Log:
* we can not depend on RT::FM as new plugin system
is not ready for that
Modified: rtir/branches/2.3-TESTING/Makefile.PL
==============================================================================
--- rtir/branches/2.3-TESTING/Makefile.PL (original)
+++ rtir/branches/2.3-TESTING/Makefile.PL Wed Aug 20 14:07:12 2008
@@ -15,9 +15,11 @@
# XXX: This should be reported by M::I::RTx
my ($lib_path) = $INC{'RT.pm'} =~ /^(.*)[\\\/]/;
my $local_lib_path = "$RT::LocalPath/lib";
-
unshift @INC, $local_lib_path, $lib_path;
-requires('RT::FM');
+
+# XXX: we can not depend on RT::FM as new plugin system
+# is not ready for that
+#requires('RT::FM');
# RTIR needs this version of SB cuz of bug-fix
requires('DBIx::SearchBuilder', 1.51);
More information about the Rt-commit
mailing list