Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Save source-type in metadata when Fetcher autodetects it
  • Loading branch information
Geoffrey Broadwell committed Aug 21, 2012
1 parent 025c83b commit cb876f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Panda/Fetcher.pm
Expand Up @@ -24,6 +24,7 @@ class Panda::Fetcher does Pies::Fetcher {
die $p, "Unable to determine source-type using source-url";
}
}
$p.metainfo<source-type> = $type;
}
given $type {
when 'git' {
Expand Down

0 comments on commit cb876f0

Please sign in to comment.