Skip to content

Commit

Permalink
CPAN Release 0.87
Browse files Browse the repository at this point in the history
- Turn off internal POK flag for number scalars
  • Loading branch information
ingydotnet committed May 4, 2023
1 parent b6b1661 commit 918652f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
version: 0.86_001
date: Thu May 4 12:46:22 PM CEST 2023
version: 0.87
date: Thu May 4 09:37:26 PM CEST 2023
changes:
- Turn off internal POK flag for number scalars
---
Expand Down
2 changes: 1 addition & 1 deletion Meta
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=meta: 0.0.2

name: YAML-LibYAML
version: 0.86_001
version: 0.87
abstract: Perl YAML Serialization using XS and libyaml
homepage: http://yaml.org
language: perl
Expand Down
2 changes: 1 addition & 1 deletion lib/YAML/LibYAML.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use strict; use warnings;
package YAML::LibYAML;
our $VERSION = '0.86_001';
our $VERSION = '0.87';

sub import {
die "YAML::LibYAML has been renamed to YAML::XS. Please use YAML::XS instead.";
Expand Down
2 changes: 1 addition & 1 deletion lib/YAML/XS.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use strict; use warnings;

package YAML::XS;
our $VERSION = '0.86_001';
our $VERSION = '0.87';

use base 'Exporter';

Expand Down

0 comments on commit 918652f

Please sign in to comment.