diff --git a/META.yml b/META.yml index 115afc8..db8f77b 100644 --- a/META.yml +++ b/META.yml @@ -25,8 +25,8 @@ requires: Encode: 0 HTML::Entities: 0 HTML::Entities::Numbered: 0.04 - Mac::PropertyList: 1.29 - Mac::PropertyList::SAX: 0.9 + Mac::PropertyList: 1.601 + Mac::PropertyList::SAX: 1.002 Object::MultiType: 0.02 XML::Parser: 0 constant: 1.06 diff --git a/Makefile.PL b/Makefile.PL index bc78a48..8d7b4e7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,8 +11,8 @@ requires 'enum' => 0; requires 'Encode' => 0; requires 'HTML::Entities' => 0; requires 'HTML::Entities::Numbered' => 0.04; -requires 'Mac::PropertyList' => 1.29; -requires 'Mac::PropertyList::SAX' => 0.90; +requires 'Mac::PropertyList' => 1.601; +requires 'Mac::PropertyList::SAX' => 1.002; requires 'Object::MultiType' => 0.02; requires 'XML::Parser' => 0; build_requires 'Digest::MD5' => 2.00; diff --git a/plists/test0.plist b/plists/test0.plist index b6d1123..560cf2e 100644 --- a/plists/test0.plist +++ b/plists/test0.plist @@ -1,5 +1,5 @@ - + c diff --git a/plists/test1.plist b/plists/test1.plist index 723f278..a2a379c 100644 --- a/plists/test1.plist +++ b/plists/test1.plist @@ -1,5 +1,5 @@ - + c diff --git a/plists/test2.plist b/plists/test2.plist index 94def2d..2eb6de0 100644 --- a/plists/test2.plist +++ b/plists/test2.plist @@ -1,5 +1,5 @@ - + diff --git a/plists/test3.plist b/plists/test3.plist index 3a4d74c..b77ee0f 100644 --- a/plists/test3.plist +++ b/plists/test3.plist @@ -1,5 +1,5 @@ - + only diff --git a/t/array.t b/t/array.t index 40a2a4d..a9e8dbb 100644 --- a/t/array.t +++ b/t/array.t @@ -14,7 +14,7 @@ is( $array->count, 0, 'Empty object has no elements' ); my $array =<<"HERE"; - + Mimi @@ -32,4 +32,3 @@ is( $plist->count, 4, "Object has right number of values" ); my @values = $plist->values; ok( eq_array( \@values, [qw(Mimi Roscoe Juliet Buster)] ), "Object has right values" ); - diff --git a/t/basic_types.t b/t/basic_types.t index ed72c53..fe707f0 100644 --- a/t/basic_types.t +++ b/t/basic_types.t @@ -8,7 +8,7 @@ use Mac::PropertyList::XS; my $array = <<'HERE'; - + Green @@ -25,7 +25,7 @@ is_deeply( my $dict = <<'HERE'; - + Bananas @@ -46,7 +46,7 @@ is_deeply( my $nested_array = <<'HERE'; - + Green @@ -67,7 +67,7 @@ is_deeply( my $nested_dict = <<'HERE'; - + Bananas @@ -96,7 +96,7 @@ is_deeply( my $scalar = <<'HERE'; - + 59 diff --git a/t/dict.t b/t/dict.t index dcef901..bd8cd70 100644 --- a/t/dict.t +++ b/t/dict.t @@ -15,7 +15,7 @@ is( $dict->count, 0, "Empty object has right number of keys" ); ######################################################################## my $dict =<<"HERE"; - + Mimi @@ -48,5 +48,3 @@ $plist->delete( 'Mimi' ); is( $plist->exists( 'Mimi' ), 0, 'Mimi key does not exist' ); ok( $plist->exists( 'Buster' ), 'Buster key exists after delete' ); is( $plist->count, 1, "Has right count after delete" ); - - diff --git a/t/false_key.t b/t/false_key.t index 89e6249..417d755 100644 --- a/t/false_key.t +++ b/t/false_key.t @@ -8,7 +8,7 @@ BEGIN { my $good_dict =<<"HERE"; - + 0 @@ -21,7 +21,7 @@ HERE my $bad_dict =<<"HERE"; - + diff --git a/t/parse.t b/t/parse.t index d22209c..d483b16 100644 --- a/t/parse.t +++ b/t/parse.t @@ -6,7 +6,7 @@ use Mac::PropertyList::XS; my $array =<<"HERE"; - + Mimi @@ -17,7 +17,7 @@ HERE my $dict =<<"HERE"; - + Mimi @@ -28,7 +28,7 @@ HERE my $string1_0 =<<"HERE"; - + This is it @@ -36,7 +36,7 @@ HERE my $nested_dict =<<"HERE"; - + Mimi diff --git a/t/write.t b/t/write.t index ccb3c22..383f04f 100644 --- a/t/write.t +++ b/t/write.t @@ -6,7 +6,7 @@ use Mac::PropertyList::XS; my $array =<<"HERE"; - + Mimi @@ -17,7 +17,7 @@ HERE my $dict =<<"HERE"; - + Mimi @@ -28,7 +28,7 @@ HERE my $nested_dict =<<"HERE"; - + Mimi @@ -44,7 +44,7 @@ HERE my $nested_dict_alt =<<"HERE"; - + Mimi