Skip to content

Commit

Permalink
CPAN Release 0.86_001
Browse files Browse the repository at this point in the history
- Turn off interal POK flag for number scalars
  • Loading branch information
ingydotnet committed May 4, 2023
1 parent 47cdcf9 commit 6ed12bc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
version: 0.86_001
date: Thu May 4 12:46:22 PM CEST 2023
changes:
- Turn off interal POK flag for number scalars
---
version: 0.86
date: Wed Jan 25 09:34:14 PM EST 2023
changes:
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
version: 0.86_001
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';
our $VERSION = '0.86_001';

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';
our $VERSION = '0.86_001';

use base 'Exporter';

Expand Down

0 comments on commit 6ed12bc

Please sign in to comment.