File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -128,3 +128,6 @@ Revision history for Mac-PropertyList-SAX
128128 Show compatibility with Mac::PropertyList v1.503 by adopting its test
129129 suite. Explicitly relicense under Artistic License 2.0. Introduce a
130130 simple benchmarking script.
131+
132+ 1.001 2022-08-10T17:12-05:00
133+ Fix up MANIFEST problems that prevented Makefile.PL from being packed.
Original file line number Diff line number Diff line change 5454 " http://dev.perl.org/licenses/"
5555 ]
5656 },
57- "version" : " 1.000 "
57+ "version" : " 1.001 "
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 : ' 1.000 '
37+ version : ' 1.001 '
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 = ' 1.000 ' ;
66+ our $VERSION = ' 1.001 ' ;
6767
6868
6969
You can’t perform that action at this time.
0 commit comments