applets/lookupbot.pl: remove -T taint mode (breaks local::lib)

This commit is contained in:
Pragmatic Software 2024-03-10 12:34:42 -07:00
parent 5d3507421e
commit 19f53cde10
No known key found for this signature in database
GPG Key ID: CC916B6E3C84ECCE
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -T #!/usr/bin/perl
use strict; use strict;
use LWP::Simple; use LWP::Simple;

View File

@ -25,8 +25,8 @@ use PBot::Imports;
# These are set by the /misc/update_version script # These are set by the /misc/update_version script
use constant { use constant {
BUILD_NAME => "PBot", BUILD_NAME => "PBot",
BUILD_REVISION => 4715, BUILD_REVISION => 4716,
BUILD_DATE => "2024-03-09", BUILD_DATE => "2024-03-10",
}; };
sub initialize {} sub initialize {}