summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2016-11-10 11:38:37 +0000
committerdakkar <dakkar@thenautilus.net>2016-11-10 11:46:43 +0000
commitb849fee063dd56104cdcecb627a9e1edc0d157db (patch)
treeb7e05d0db9dd04110451ca226a440680d5e78bdb /Build.PL
parentseems to work (diff)
downloadAlien-QREncode-b849fee063dd56104cdcecb627a9e1edc0d157db.tar.gz
Alien-QREncode-b849fee063dd56104cdcecb627a9e1edc0d157db.tar.bz2
Alien-QREncode-b849fee063dd56104cdcecb627a9e1edc0d157db.zip
load from the web, don't distribute the tarball
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL5
1 files changed, 3 insertions, 2 deletions
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' },