From 84d78ca799572031cae7114e08aa8b12dbd9b716 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Mon, 3 Jul 2023 20:12:03 +0200 Subject: [PATCH] Update Perl documentation (5.38.0) --- lib/docs/scrapers/perl.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/perl.rb b/lib/docs/scrapers/perl.rb index 740b3ba4..6c9febb3 100644 --- a/lib/docs/scrapers/perl.rb +++ b/lib/docs/scrapers/perl.rb @@ -19,11 +19,16 @@ module Docs options[:skip_patterns] = [/\Afunctions/, /\Avariables/, /\.pdf/, /delta/] options[:attribution] = <<-HTML - © 1993–2021 Larry Wall and others
+ © 1993–2023 Larry Wall and others
Licensed under the GNU General Public License version 1 or later, or the Artistic License.
The Perl logo is a trademark of the Perl Foundation. HTML + version '5.38' do + self.release = '5.38.0' + self.base_url = "https://perldoc.perl.org/#{release}/" + end + version '5.36' do self.release = '5.36.0' self.base_url = "https://perldoc.perl.org/#{release}/"