Skip to content

Commit fc86e6e

Browse files
committed
Update Perl documentation (5.42.0)
1 parent 0848782 commit fc86e6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/docs/scrapers/perl.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ class Perl < UrlScraper
2424
The Perl logo is a trademark of the Perl Foundation.
2525
HTML
2626

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

0 commit comments

Comments
 (0)