mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
perl: cleanup
This commit is contained in:
parent
f3ee5ab372
commit
8548b3645a
1 changed files with 2 additions and 2 deletions
|
|
@ -8,13 +8,13 @@ our $PreferInteger = 0;
|
|||
|
||||
sub true () {
|
||||
require Data::MessagePack::Boolean;
|
||||
no warnings 'once', 'redefine';
|
||||
no warnings 'once';
|
||||
return $Data::MessagePack::Boolean::true;
|
||||
}
|
||||
|
||||
sub false () {
|
||||
require Data::MessagePack::Boolean;
|
||||
no warnings 'once', 'redefine';
|
||||
no warnings 'once';
|
||||
return $Data::MessagePack::Boolean::false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue