Add Strawberry Perl
This commit is contained in:
parent
2ddfa7c822
commit
e1ce0b1801
1 changed files with 14 additions and 0 deletions
14
modules/StrawberryPerl.php
Normal file
14
modules/StrawberryPerl.php
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
class StrawberryPerl extends PatchBase {
|
||||||
|
function __construct() {
|
||||||
|
parent::__construct('Adam Kennedy', 'Strawberry Perl', 'https://strawberryperl.com/');
|
||||||
|
}
|
||||||
|
function check() : bool {
|
||||||
|
if ($this->fetch('https://strawberryperl.com/'))
|
||||||
|
return $this->parse('_/download/[\d\.]+/strawberry-perl-([\d\.]+)-\d+bit\.msi_');
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue