Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
string interpolation for the win
Browse files Browse the repository at this point in the history
  • Loading branch information
moollaza committed May 18, 2015
1 parent ca538e1 commit 49356db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/DuckPAN.pm
Expand Up @@ -520,7 +520,7 @@ sub check_ia_bundles {
my ($self) = @_;
my $ok = 1;
my @ia_types = qw(Goodie Spice Fathead Longtail);
my @bundles = map { "DDG::". $_ . "Bundle::OpenSourceDuckDuckGo" } @ia_types;
my @bundles = map { "DDG::${_}Bundle::OpenSourceDuckDuckGo" } @ia_types;

$self->emit_info("Checking for latest IA Bundles...");
my $packages = $self->duckpan_packages;
Expand Down

0 comments on commit 49356db

Please sign in to comment.