projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1b40bf7
)
Remove core @INC setting boilerplate from lib's test.
Nicholas Clark [Sun, 11 Oct 2009 13:05:13 +0000 (14:05 +0100)]
dist/lib/t/01lib.t
patch
|
blob
|
blame
|
history
diff --git
a/dist/lib/t/01lib.t
b/dist/lib/t/01lib.t
index
d39a656
..
f58fce5
100644
(file)
--- a/
dist/lib/t/01lib.t
+++ b/
dist/lib/t/01lib.t
@@
-1,9
+1,6
@@
#!./perl -w
BEGIN {
- chdir 't';
- unshift @INC, '..';
- unshift @INC, '../lib';
@OrigINC = @INC;
}