diff options
Diffstat (limited to 't/INI.t')
-rw-r--r-- | t/INI.t | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -4,17 +4,14 @@ use v5.22; use warnings; use utf8; -use Config::Tiny; -use JWebmail::Plugin::INIConfig; -use Data::Dumper; - use Test2::Bundle::More; -#use Test2::V0; -#use Test::More; + +use Test2::Require::Module 'Config::Tiny'; +use JWebmail::Plugin::INIConfig; local $/; -my $data = <DATA>; +my $data = <DATA>; close DATA; my $ct = Config::Tiny->new; @@ -70,8 +67,8 @@ f = e # not a comment 1 = a 2 = b -x = -y = +x = +y = [othersection] long = my very long value @@ -93,4 +90,4 @@ x = deeply 0 = a #[nested::array_section::1::deeply] -#key = val
\ No newline at end of file +#key = val |