From 27878940273cd4ea1874478b7a58c4493b33d3da Mon Sep 17 00:00:00 2001 From: Carl Masak Date: Sat, 18 Jul 2015 22:51:46 +0200 Subject: [PATCH] fix variable which should've been renamed --- lib/Panda.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Panda.pm b/lib/Panda.pm index d748c18..fc36a6c 100644 --- a/lib/Panda.pm +++ b/lib/Panda.pm @@ -187,7 +187,7 @@ class Panda { my $bone = self.project-from-local($proj); # Warn users that it's from a local directory, # may not be what they wanted - self.announce: "Installing {$p.name} " + self.announce: "Installing {$bone.name} " ~ "from a local directory '$proj'" if $bone and $action eq 'install'; $bone ||= self.project-from-git($proj, $tmpdir);