projects
/
p5sagit/local-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c40e10d
)
still return $self if deactivating bad dir
Graham Knop [Thu, 7 Nov 2013 18:34:47 +0000 (13:34 -0500)]
lib/local/lib.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/local/lib.pm
b/lib/local/lib.pm
index
41a51d6
..
f7cb586
100644
(file)
--- a/
lib/local/lib.pm
+++ b/
lib/local/lib.pm
@@
-184,7
+184,7
@@
sub deactivate {
if (!grep { $_ eq $path } @active_lls) {
warn "Tried to deactivate inactive local::lib '$path'\n";
- return;
+ return $self;
}
my %args = (