projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
49c0574
)
Remove all those subroutine redefined warnings.
Darren Chamberlain [Fri, 20 Feb 2004 00:32:35 +0000 (
00:32
+0000)]
t/01load.t
patch
|
blob
|
blame
|
history
diff --git
a/t/01load.t
b/t/01load.t
index
64e14ac
..
5381e10
100644
(file)
--- a/
t/01load.t
+++ b/
t/01load.t
@@
-17,7
+17,7
@@
unless (open MANIFH, "MANIFEST") {
while (<MANIFH>) {
chomp;
- if (s/\.pm$//) {
+ if (s,^lib/,, && s/\.pm$//) {
s,/,::,g;
push @perlmods, $_
}