mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-05 19:49:32 +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 LWP::Simple;
|
||||
|
@ -25,8 +25,8 @@ use PBot::Imports;
|
||||
# These are set by the /misc/update_version script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 4715,
|
||||
BUILD_DATE => "2024-03-09",
|
||||
BUILD_REVISION => 4716,
|
||||
BUILD_DATE => "2024-03-10",
|
||||
};
|
||||
|
||||
sub initialize {}
|
||||
|
Loading…
Reference in New Issue
Block a user