mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
locale warning is only available for perl 5.22+
This commit is contained in:
parent
9c1b3501f7
commit
bfe71db88f
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
no warnings 'locale';
|
||||
no if $] > 5.020, "warnings", "locale";
|
||||
use lib "t/lib";
|
||||
use SQLiteTest;
|
||||
use Test::More;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
no warnings 'locale';
|
||||
no if $] > 5.020, "warnings", "locale";
|
||||
use lib "t/lib";
|
||||
use SQLiteTest;
|
||||
use Test::More;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
no warnings 'locale';
|
||||
no if $] > 5.020, "warnings", "locale";
|
||||
use lib "t/lib";
|
||||
use SQLiteTest;
|
||||
use Test::More;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
no warnings 'locale';
|
||||
no if $] > 5.020, "warnings", "locale";
|
||||
use lib "t/lib";
|
||||
use SQLiteTest;
|
||||
use Test::More;
|
||||
|
|
Loading…
Add table
Reference in a new issue