3
0
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:
Pragmatic Software 2020-02-13 19:52:00 -08:00
parent c8924e7552
commit cb007c8021

7
pbot
View File

@ -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 {