[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/19: import: cpan: Add trailing "/" to CPAN-HOME.
From: |
Tobias Geerinckx-Rice |
Subject: |
08/19: import: cpan: Add trailing "/" to CPAN-HOME. |
Date: |
Sun, 29 Oct 2017 12:33:51 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 73f33b93797383a356133a2e871af9c07f5b5376
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Oct 29 15:28:35 2017 +0100
import: cpan: Add trailing "/" to CPAN-HOME.
Prevent regression after commit e4bc1727302b0e1e255ea5cf4e2ccf33cafe7296.
* guix/import/cpan.scm (cpan-home): Add trailing "/".
---
guix/import/cpan.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/import/cpan.scm b/guix/import/cpan.scm
index 5ba1adf..b5dba2b 100644
--- a/guix/import/cpan.scm
+++ b/guix/import/cpan.scm
@@ -115,7 +115,7 @@ or #f on failure. MODULE should be e.g. \"Test::Script\""
(json-fetch (string-append "https://fastapi.metacpan.org/v1/release/" name)))
(define (cpan-home name)
- (string-append "http://search.cpan.org/dist/" name))
+ (string-append "http://search.cpan.org/dist/" name "/"))
(define (cpan-source-url meta)
"Return the download URL for a module's source tarball."
- 01/19: gnu: perl-net-dns: Update to 1.13., (continued)
- 01/19: gnu: perl-net-dns: Update to 1.13., Tobias Geerinckx-Rice, 2017/10/29
- 05/19: gnu: perl-safe-isa: Update to 1.000008., Tobias Geerinckx-Rice, 2017/10/29
- 09/19: import: cpan: Actually use CPAN-HOME., Tobias Geerinckx-Rice, 2017/10/29
- 03/19: gnu: perl-file-sharedir-dist: Update to 0.05., Tobias Geerinckx-Rice, 2017/10/29
- 06/19: gnu: perl-text-table: Update to 1.133., Tobias Geerinckx-Rice, 2017/10/29
- 12/19: gnu: perl-email-simple: Update to 2.214., Tobias Geerinckx-Rice, 2017/10/29
- 15/19: gnu: perl-uri-find: Update to 20160806., Tobias Geerinckx-Rice, 2017/10/29
- 14/19: gnu: perl-email-mime: Update to 1.946., Tobias Geerinckx-Rice, 2017/10/29
- 16/19: gnu: perl-test-www-mechanize: Update to 1.48., Tobias Geerinckx-Rice, 2017/10/29
- 07/19: gnu: perl-tie-cycle: Update to 1.225., Tobias Geerinckx-Rice, 2017/10/29
- 08/19: import: cpan: Add trailing "/" to CPAN-HOME.,
Tobias Geerinckx-Rice <=
- 10/19: import: cpan: Use HTTPS for home pages., Tobias Geerinckx-Rice, 2017/10/29
- 13/19: gnu: perl-email-mime-contenttype: Update to 1.022., Tobias Geerinckx-Rice, 2017/10/29
- 11/19: gnu: perl-email-sender: Update to 1.300031., Tobias Geerinckx-Rice, 2017/10/29
- 17/19: gnu: perl-test-www-mechanize-psgi: Update to 0.37., Tobias Geerinckx-Rice, 2017/10/29
- 18/19: gnu: youtube-dl: Update to 2017.10.29., Tobias Geerinckx-Rice, 2017/10/29
- 19/19: gnu: offlineimap: Update to 7.1.4., Tobias Geerinckx-Rice, 2017/10/29