Skip to content

Commit

Permalink
Prep for 1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Jun 25, 2021
1 parent a7c538c commit 04890b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension IPC::Shareable.

1.03 UNREL
-

1.02 2021-06-25
- Remove erroneous listing from MANIFEST
- Work around issue in t/65-seg_size.t where MacOS and FreeBSD don't have
Expand Down
2 changes: 1 addition & 1 deletion lib/IPC/Shareable.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use IPC::SysV qw(
use Storable 0.6 qw(freeze thaw);
use Scalar::Util;

our $VERSION = '1.02';
our $VERSION = '1.03';

$SIG{CHLD} = 'IGNORE';

Expand Down
2 changes: 1 addition & 1 deletion lib/IPC/Shareable/SharedMem.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use strict;
use Carp qw(carp croak confess);
use IPC::SysV qw(IPC_RMID);

our $VERSION = '1.02';
our $VERSION = '1.03';

use constant DEBUGGING => ($ENV{SHM_DEBUG} or 0);

Expand Down

0 comments on commit 04890b9

Please sign in to comment.