Skip to content

Commit

Permalink
Mark release 1.000
Browse files Browse the repository at this point in the history
  • Loading branch information
kulp committed Aug 10, 2022
1 parent 35e864c commit b40a2e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,7 @@ Revision history for Mac-PropertyList-SAX
Address https://rt.cpan.org/Ticket/Display.html?id=140151 to avoid
depending on '.' being in @INC.

1.000 2022-08-10T10:18-05:00
Show compatibility with Mac::PropertyList v1.503 by adopting its test
suite. Explicitly relicense under Artistic License 2.0. Introduce a
simple benchmarking script.
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"http://dev.perl.org/licenses/"
]
},
"version" : "0.91"
"version" : "1.000"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ requires:
enum: 0
resources:
license: http://dev.perl.org/licenses/
version: '0.91'
version: '1.000'
2 changes: 1 addition & 1 deletion lib/Mac/PropertyList/SAX.pm
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ our %EXPORT_TAGS = (
parse => [ qw(parse_plist parse_plist_fh parse_plist_file parse_plist_string) ],
);

our $VERSION = '0.91';
our $VERSION = '1.000';



Expand Down

0 comments on commit b40a2e1

Please sign in to comment.