package lwpmirrorconfig;
use strict;
use warnings;

sub getarg {
  my $cache = -e '.orion.via.web' ? '.orion.via.web' : 't/.orion.via.web';

  return (
    command => 'lwp-mirror -t 30s',
    host => 'http://orion.pcg.ull.es/~casiano/cpan',
    prefix => '/tmp/perl5lib/',
    ppmdf => $cache,
  );
}
1;
