Skip to content

Commit

Permalink
Merge pull request #12 from kulp/collected-fixes
Browse files Browse the repository at this point in the history
Collect fixes preparing for a minor point release
  • Loading branch information
kulp authored Jan 20, 2025
2 parents b5720c2 + 286190f commit 91fbfb8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/perl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
perl: [ '5.36', '5.10' ]
perl:
- '5.36'
- '5.40'
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,6 @@ Revision history for Mac-PropertyList-SAX

1.001 2022-08-10T17:12-05:00
Fix up MANIFEST problems that prevented Makefile.PL from being packed.

1.002 2025-01-19T20:07-05:00
Use updated XML files in tests, via trwyant.
4 changes: 2 additions & 2 deletions META.json
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",
Expand Down Expand Up @@ -54,5 +54,5 @@
"http://dev.perl.org/licenses/"
]
},
"version" : "1.001"
"version" : "1.002"
}
4 changes: 2 additions & 2 deletions META.yml
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
Expand Down Expand Up @@ -34,4 +34,4 @@ requires:
enum: 0
resources:
license: http://dev.perl.org/licenses/
version: '1.001'
version: '1.002'
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions 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 = '1.001';
our $VERSION = '1.002';



Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 91fbfb8

Please sign in to comment.