-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from kulp/collected-fixes
Collect fixes preparing for a minor point release
- Loading branch information
Showing
7 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ on GitHub (see URL below) are the most likely to be accepted. | |
|
||
https://github.com/kulp/Mac-PropertyList-SAX | ||
|
||
Darren Kulp <kulp @ cpan.org> | ||
Darren Kulp <[email protected]> | ||
2020-10-03 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"abstract" : "work with Mac plists at a low level, fast", | ||
"author" : [ | ||
"Darren M. Kulp, C<< <kulp @ cpan.org> >>" | ||
"Darren M. Kulp, C<< <[email protected]> >>" | ||
], | ||
"dynamic_config" : "1", | ||
"generated_by" : "Module::Install version 1.19, CPAN::Meta::Converter version 2.150010", | ||
|
@@ -54,5 +54,5 @@ | |
"http://dev.perl.org/licenses/" | ||
] | ||
}, | ||
"version" : "1.001" | ||
"version" : "1.002" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
abstract: 'work with Mac plists at a low level, fast' | ||
author: | ||
- 'Darren M. Kulp, C<< <kulp @ cpan.org> >>' | ||
- 'Darren M. Kulp, C<< <[email protected]> >>' | ||
build_requires: | ||
ExtUtils::MakeMaker: 6.36 | ||
LWP: 0 | ||
|
@@ -34,4 +34,4 @@ requires: | |
enum: 0 | ||
resources: | ||
license: http://dev.perl.org/licenses/ | ||
version: '1.001' | ||
version: '1.002' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -219,7 +219,7 @@ Please contact the author with bug reports or feature requests. | |
|
||
=head1 AUTHOR | ||
|
||
Darren M. Kulp, C<< <kulp @ cpan.org> >> | ||
Darren M. Kulp, C<< <[email protected]> >> | ||
|
||
=head1 THANKS | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,7 +63,7 @@ our %EXPORT_TAGS = ( | |
parse => [ qw(parse_plist parse_plist_fh parse_plist_file parse_plist_string) ], | ||
); | ||
|
||
our $VERSION = '1.001'; | ||
our $VERSION = '1.002'; | ||
|
||
|
||
|
||
|
@@ -523,7 +523,7 @@ Please contact the author with bug reports or feature requests. | |
=head1 AUTHOR | ||
Darren M. Kulp, C<< <kulp @ cpan.org> >> | ||
Darren M. Kulp, C<< <[email protected]> >> | ||
=head1 THANKS | ||
|