Skip to content

Commit

Permalink
Update Perl documentation (5.38.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Jul 3, 2023
1 parent fb4b680 commit 84d78ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lib/docs/scrapers/perl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,16 @@ class Perl < UrlScraper
options[:skip_patterns] = [/\Afunctions/, /\Avariables/, /\.pdf/, /delta/]

options[:attribution] = <<-HTML
&copy; 1993&ndash;2021 Larry Wall and others<br>
&copy; 1993&ndash;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}/"
Expand Down

0 comments on commit 84d78ca

Please sign in to comment.