mirror of
https://github.com/pragma-/pbot.git
synced 2024-12-23 19:22:40 +01:00
Added missing use feature switch pragma
This commit is contained in:
parent
24ef3b90e9
commit
7c1bdecfcb
@ -10,6 +10,8 @@ package PBot::AntiFlood;
|
||||
use warnings;
|
||||
use strict;
|
||||
|
||||
use feature 'switch';
|
||||
|
||||
use vars qw($VERSION);
|
||||
$VERSION = $PBot::PBot::VERSION;
|
||||
|
||||
|
@ -13,7 +13,7 @@ use warnings;
|
||||
# These are set automatically by the build/commit script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 172,
|
||||
BUILD_REVISION => 173,
|
||||
BUILD_DATE => "2010-06-17",
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user