Skip to content

Commit de218ca

Browse files
committed
Update Perl documentation (5.40.2)
1 parent 6797b57 commit de218ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/docs/scrapers/perl.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@ class Perl < UrlScraper
1919
options[:skip_patterns] = [/\Afunctions/, /\Avariables/, /\.pdf/, /delta/]
2020

2121
options[:attribution] = <<-HTML
22-
&copy; 1993&ndash;2023 Larry Wall and others<br>
22+
&copy; 1993&ndash;2025 Larry Wall and others<br>
2323
Licensed under the GNU General Public License version 1 or later, or the Artistic License.<br>
2424
The Perl logo is a trademark of the Perl Foundation.
2525
HTML
2626

27+
version '5.40' do
28+
self.release = '5.40.2'
29+
self.base_url = "https://perldoc.perl.org/#{release}/"
30+
end
31+
2732
version '5.38' do
2833
self.release = '5.38.0'
2934
self.base_url = "https://perldoc.perl.org/#{release}/"

0 commit comments

Comments
 (0)