From b849fee063dd56104cdcecb627a9e1edc0d157db Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 10 Nov 2016 11:38:37 +0000 Subject: load from the web, don't distribute the tarball --- Build.PL | 5 +++-- qrencode-3.4.4.tar.bz2 | Bin 369136 -> 0 bytes 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 qrencode-3.4.4.tar.bz2 diff --git a/Build.PL b/Build.PL index 26bf54b..d67cd9e 100644 --- a/Build.PL +++ b/Build.PL @@ -7,8 +7,9 @@ Alien::Base::ModuleBuild->new( alien_name => 'qrencode', alien_inline_auto_include => ['qrencode.h'], alien_repository => { - protocol => 'local', - location => '.', + protocol => 'https', + host => 'fukuchi.org', + location => '/works/qrencode/index.html.en', pattern => qr{^qrencode-(.*?)\.tar\.bz2$}, }, configure_requires => { 'Alien::Base::ModuleBuild' => '0.022' }, diff --git a/qrencode-3.4.4.tar.bz2 b/qrencode-3.4.4.tar.bz2 deleted file mode 100644 index 25fb1be..0000000 Binary files a/qrencode-3.4.4.tar.bz2 and /dev/null differ -- cgit v1.2.3