mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 03:49:29 +01:00
applets/lookupbot.pl: remove -T taint mode (breaks local::lib)
This commit is contained in:
parent
5d3507421e
commit
19f53cde10
2
applets/lookupbot.pl
vendored
2
applets/lookupbot.pl
vendored
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/perl -T
|
#!/usr/bin/perl
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use LWP::Simple;
|
use LWP::Simple;
|
||||||
|
@ -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 {}
|
||||||
|
Loading…
Reference in New Issue
Block a user