We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6797b57 commit de218caCopy full SHA for de218ca
lib/docs/scrapers/perl.rb
@@ -19,11 +19,16 @@ class Perl < UrlScraper
19
options[:skip_patterns] = [/\Afunctions/, /\Avariables/, /\.pdf/, /delta/]
20
21
options[:attribution] = <<-HTML
22
- © 1993–2023 Larry Wall and others<br>
+ © 1993–2025 Larry Wall and others<br>
23
Licensed under the GNU General Public License version 1 or later, or the Artistic License.<br>
24
The Perl logo is a trademark of the Perl Foundation.
25
HTML
26
27
+ version '5.40' do
28
+ self.release = '5.40.2'
29
+ self.base_url = "https://perldoc.perl.org/#{release}/"
30
+ end
31
+
32
version '5.38' do
33
self.release = '5.38.0'
34
self.base_url = "https://perldoc.perl.org/#{release}/"
0 commit comments