Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
best-practical
rt-extension-sla
Commits
c7840736
Commit
c7840736
authored
Jun 29, 2012
by
Thomas Sibley
Browse files
Revert accidentally committed local lib paths in Test.pm
This reverts part of
67d0095f
.
parent
9e5da31a
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/RT/Extension/SLA/Test.pm
View file @
c7840736
...
...
@@ -2,7 +2,7 @@ use strict;
use
warnings
;
### after: use lib qw(@RT_LIB_PATH@);
use
lib
qw(/
home/tom/work/bps
/rt/local/lib /
home/tom/bps
/rt/lib)
;
use
lib
qw(/
opt
/rt
4
/local/lib /
opt
/rt
4
/lib)
;
package
RT::Extension::SLA::
Test
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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