mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Use https
This commit is contained in:
parent
242d674a55
commit
3dff252633
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ sub extract_constants {
|
|||
|
||||
my %bad_dist = map {$_ => 1} qw/3061601 3120000 3090300 3120100 3180100/;
|
||||
sub versions {
|
||||
my $res = HTTP::Tiny->new->get("http://sqlite.org/changes.html");
|
||||
my $res = HTTP::Tiny->new->get("https://sqlite.org/changes.html");
|
||||
reverse grep {$_->as_num >= 3060100 && !$bad_dist{$_->as_num}} map {s/_/./g; SQLiteUtil::Version->new($_)} $res->{content} =~ /name="version_(3_[\d_]+)"/g;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue