Skip to content

Commit

Permalink
little changes
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkaraduman committed Dec 15, 2016
1 parent 7d5d378 commit fe35541
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use strict;
use warnings;
use v5.10;
use ExtUtils::MakeMaker;


Expand Down
2 changes: 1 addition & 1 deletion lib/App/Virtualenv.pm
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ sub activate
$ENV{PERL_MM_OPT} = "INSTALL_BASE=$virtualenvPath";

$ENV{_OLD_PERL_VIRTUAL_PS1} = $ENV{PS1};
$ENV{PS1} = "(" . basename($virtualenvPath) . ") ".((defined $ENV{PS1})? $ENV{PS1}: "");
$ENV{PS1} = "(".basename($virtualenvPath).") ".((defined $ENV{PS1})? $ENV{PS1}: "");

return $virtualenvPath;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Virtualenv/Module.pm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ BEGIN
}


my $inst = App::Virtualenv::Module::reloadInst();
my $inst = reloadInst();
my $cb = CPANPLUS::Backend->new;


Expand Down

0 comments on commit fe35541

Please sign in to comment.