diff --git a/bin/update_faq.pl b/bin/update_faq.pl index e6582643d..2e5fe34ba 100755 --- a/bin/update_faq.pl +++ b/bin/update_faq.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -=head1 NAME +=head1 NAME update_faq.pl - Converts Pod to HTML for the /faq/ section @@ -128,7 +128,7 @@ sub page_header { page.import({ title => "--page_name--", section => "faq", - description + description => "Perl Frequently Asked Questions, Perl FAQ", keywords => "perl, perl faq, perlfaq" }); @@ -151,24 +151,24 @@ sub fetch_latest_perlfaq { $local_name =~ s/\.tar\.gz$//; $local_version = $local_name; $local_version =~ s/^perlfaq-//; - + copy( $zip->stringify, $tmp_file); - + } else { my $json = JSON->new(); my $latest_meta_source = get('http://api.metacpan.org/release/perlfaq'); my $latest_meta = $json->decode($latest_meta_source); my $download_url = $latest_meta->{download_url}; - +warn $download_url; mirror( $download_url, $tmp_file ); # Back to previous dir please $local_name = $latest_meta->{name}; $local_version = $latest_meta->{version}; - + } - + my $cwd = getcwd(); chdir '/tmp/'; system('tar -xzf perlfaq.tar.gz'); @@ -178,4 +178,3 @@ sub fetch_latest_perlfaq { } - diff --git a/dist.ini b/dist.ini index e659807f0..ae04940a9 100644 --- a/dist.ini +++ b/dist.ini @@ -21,7 +21,5 @@ Template::Plugin::Date = 0 Template::Plugin::Shuffle = 0 Date::Calc = 0 -File::Slurp = 0 - ; need SSL for rss feed IO::Socket::SSL = 1.955 diff --git a/docs/cpanratings/.htredirects b/docs/cpanratings/.htredirects index ad15ccbf6..37e061dda 100644 --- a/docs/cpanratings/.htredirects +++ b/docs/cpanratings/.htredirects @@ -1,5 +1,6 @@ /favicon.ico /www/favicon.ico internal +/siteinfo.html https://www.perl.org/siteinfo.html # stupid idiots diff --git a/docs/dev/index.html b/docs/dev/index.html index 49d4b39f8..158b39a22 100644 --- a/docs/dev/index.html +++ b/docs/dev/index.html @@ -60,7 +60,7 @@

http://www.perl6.org/

- The Perl 6 project is a new language. Perl 5 and Perl 6 are two languages in the Perl family, but of different lineages. There is no current release schedule for Perl 6. + The Perl 6 project is a new language. Perl 5 and Perl 6 are two languages in the Perl family, but of different lineages. Perl 6 is scheduled for release by Christmas of 2015.

Rakudo @@ -69,16 +69,16 @@

http://rakudo.org/

- Rakudo Perl is an implementation of the Perl 6 specification for the Parrot virtual machine, currently in development. + Rakudo Perl is an implementation of the Perl 6 specification that runs on multiple backends, including MoarVM and the JVM.

- Parrot + MoarVM

- http://www.parrot.org/ + http://www.moarvm.org/

- Parrot is a virtual machine designed to efficiently compile and execute byte-code for dynamic languages, including Rakudo Perl 6. + MoarVM is a virtual machine built especially for Rakudo Perl 6 and the NQP Compiler Toolchain.

diff --git a/docs/dev/perl5/index.html b/docs/dev/perl5/index.html index fa83ff177..4316b453d 100644 --- a/docs/dev/perl5/index.html +++ b/docs/dev/perl5/index.html @@ -46,8 +46,8 @@

Releases