Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update the module server
  • Loading branch information
Tadeusz Sośnierz committed Nov 30, 2014
1 parent 3ea5b89 commit 82861f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/updatelist.pl
@@ -1,11 +1,11 @@
BEGIN { $ENV{HTTPS_CA_FILE} = '/etc/ssl/certs/ca-certificates.crt' }
use 5.010;
use JSON::XS;
use File::Slurp 'slurp';
use Try::Tiny;
use LWP::Simple;
use autodie;
getstore 'https://github.com/perl6/ecosystem/raw/master/META.list',
'metalist';
system "wget https://raw.githubusercontent.com/perl6/ecosystem/master/META.list -O metalist";

my @modules;

Expand Down
1 change: 1 addition & 0 deletions server/views/index.tt
Expand Up @@ -7,6 +7,7 @@

<li><a href="list">The modules list (JSON)</a></li>
<li><a href="https://github.com/perl6/ecosystem">Git repository on GitHub</a></li>
<li><a href="http://host08.perl6.com:8080/report">Module smoke tests</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 82861f8

Please sign in to comment.