Skip to content

Commit b40a2e1

Browse files
committed
Mark release 1.000
1 parent 35e864c commit b40a2e1

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@
5454
"http://dev.perl.org/licenses/"
5555
]
5656
},
57-
"version" : "0.91"
57+
"version" : "1.000"
5858
}

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ requires:
3434
enum: 0
3535
resources:
3636
license: http://dev.perl.org/licenses/
37-
version: '0.91'
37+
version: '1.000'

lib/Mac/PropertyList/SAX.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)