mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Perl documentation (5.38.0)
This commit is contained in:
parent
fb4b680174
commit
84d78ca799
1 changed files with 6 additions and 1 deletions
|
@ -19,11 +19,16 @@ module Docs
|
|||
options[:skip_patterns] = [/\Afunctions/, /\Avariables/, /\.pdf/, /delta/]
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 1993–2021 Larry Wall and others<br>
|
||||
© 1993–2023 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.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}/"
|
||||
|
|
Loading…
Reference in a new issue