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-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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/RT/Extension/SLA/Test.pm
lib/RT/Extension/SLA/Test.pm
+1
-1
No files found.
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
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