mirror of
https://github.com/pragma-/pbot.git
synced 2025-04-13 19:37:58 +02:00
Remove unnecessary pragmas
This commit is contained in:
parent
c8924e7552
commit
cb007c8021
7
pbot
7
pbot
@ -1,14 +1,9 @@
|
|||||||
#!/usr/bin/env perl
|
#!/usr/bin/env perl -w
|
||||||
|
|
||||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
use feature 'unicode_strings';
|
|
||||||
|
|
||||||
use strict;
|
|
||||||
use warnings;
|
|
||||||
|
|
||||||
# bothome is automatically set by this script, do not modify
|
# bothome is automatically set by this script, do not modify
|
||||||
my $bothome;
|
my $bothome;
|
||||||
BEGIN {
|
BEGIN {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user