Update Perl documentation (5.34.0)

pull/1645/head
Simon Legner 3 years ago
parent 42ae188cd0
commit 9f50c2cf49

@ -618,7 +618,7 @@ credits = [
'https://raw.githubusercontent.com/pydata/pandas/master/LICENSE'
], [
'Perl',
'1993-2020 Larry Wall and others',
'1993-2021 Larry Wall and others',
'GPLv1',
'https://perldoc.perl.org/index-licence.html'
], [

@ -2,7 +2,6 @@ module Docs
class Perl < UrlScraper
self.name = 'Perl'
self.type = 'perl'
# self.root_path = 'index.html'
self.initial_paths = ['modules.html', 'perlutil.html', 'perl.html']
self.links = {
home: 'https://www.perl.org/'
@ -20,11 +19,16 @@ module Docs
options[:skip_patterns] = [/\Afunctions/, /\Avariables/, /\.pdf/, /delta/]
options[:attribution] = <<-HTML
&copy; 1993&ndash;2020 Larry Wall and others<br>
&copy; 1993&ndash;2021 Larry Wall and others<br>
Licensed under the GNU General Public License version 1 or later, or the Artistic License.<br>
The Perl logo is a trademark of the Perl Foundation.
HTML
version '5.34' do
self.release = '5.34.0'
self.base_url = "https://perldoc.perl.org/#{self.release}/"
end
version '5.32' do
self.release = '5.32.0'
self.base_url = "https://perldoc.perl.org/#{self.release}/"

Loading…
Cancel
Save