mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
9 lines
119 B
Perl
9 lines
119 B
Perl
#!/usr/bin/perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
use FindBin;
|
|
use lib "$FindBin::Bin";
|
|
use SQLiteUtil;
|
|
|
|
check_api_history();
|