mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01: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
|
||||
# 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/.
|
||||
|
||||
use feature 'unicode_strings';
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
# bothome is automatically set by this script, do not modify
|
||||
my $bothome;
|
||||
BEGIN {
|
||||
|
Loading…
Reference in New Issue
Block a user