Skip to content

Instantly share code, notes, and snippets.

@leedo
Created October 27, 2011 17:04
Show Gist options
  • Select an option

  • Save leedo/1320147 to your computer and use it in GitHub Desktop.

Select an option

Save leedo/1320147 to your computer and use it in GitHub Desktop.
if ($provider->matches($req)) {
$provider->pre_download($req, sub {
my $req = shift;
$self->download($provider, $req);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment