Skip to content

Commit

Permalink
Bump prereq of IPC::Shareable to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Mar 5, 2024
1 parent c9f2a13 commit c35983b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -3,6 +3,8 @@ Revision history for Async-Event-Interval
1.13 UNREL
- Added ability to send in per-callback call parameters via the start()
method (closes #10)
- Add prereq of Test::SharedFork to keep tests in order in t/46
- Bumped prereq version of IPC::Shareable to 1.13

1.12 2022-03-31
- Only remove the Async::Event::Interval protected shared %events hash
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -33,7 +33,7 @@ WriteMakefile(
'Test::SharedFork' => 0,
},
PREREQ_PM => {
'IPC::Shareable' => 1.11,
'IPC::Shareable' => 1.13,
'Parallel::ForkManager' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
Expand Down

0 comments on commit c35983b

Please sign in to comment.