File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -124,3 +124,7 @@ Revision history for Mac-PropertyList-SAX
124124 Address https://rt.cpan.org/Ticket/Display.html?id=140151 to avoid
125125 depending on '.' being in @INC.
126126
127+ 1.000 2022-08-10T10:18-05:00
128+ Show compatibility with Mac::PropertyList v1.503 by adopting its test
129+ suite. Explicitly relicense under Artistic License 2.0. Introduce a
130+ simple benchmarking script.
Original file line number Diff line number Diff line change 5454 " http://dev.perl.org/licenses/"
5555 ]
5656 },
57- "version" : " 0.91 "
57+ "version" : " 1.000 "
5858}
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ requires:
3434 enum : 0
3535resources :
3636 license : http://dev.perl.org/licenses/
37- version : ' 0.91 '
37+ version : ' 1.000 '
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ our %EXPORT_TAGS = (
6363 parse => [ qw( parse_plist parse_plist_fh parse_plist_file parse_plist_string) ],
6464);
6565
66- our $VERSION = ' 0.91 ' ;
66+ our $VERSION = ' 1.000 ' ;
6767
6868
6969
You can’t perform that action at this time.
0 commit comments