summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build.PL5
-rw-r--r--qrencode-3.4.4.tar.bz2bin369136 -> 0 bytes
2 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' },
diff --git a/qrencode-3.4.4.tar.bz2 b/qrencode-3.4.4.tar.bz2
deleted file mode 100644
index 25fb1be..0000000
--- a/qrencode-3.4.4.tar.bz2
+++ /dev/null
Binary files differ