Skip to content

Commit

Permalink
CPAN Release 0.86
Browse files Browse the repository at this point in the history
- Fix YAML::XS pod in cpanminus
  • Loading branch information
ingydotnet committed Jan 26, 2023
1 parent 5268ad2 commit 444a281
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion About
Expand Up @@ -7,7 +7,7 @@ This repository contains the source code for the Perl 5 module distribution:

by Ingy döt Net

Copyright 2007-2022. Ingy döt Net.
Copyright 2007-2023. Ingy döt Net.

License
-------
Expand Down
5 changes: 5 additions & 0 deletions Changes
@@ -1,4 +1,9 @@
---
version: 0.86
date: Wed Jan 25 09:34:14 PM EST 2023
changes:
- Fix YAML::XS pod in cpanminus
---
version: 0.85
date: Mon Sep 12 08:20:19 AM EDT 2022
changes:
Expand Down
4 changes: 2 additions & 2 deletions Meta
@@ -1,12 +1,12 @@
=meta: 0.0.2

name: YAML-LibYAML
version: 0.85
version: 0.86
abstract: Perl YAML Serialization using XS and libyaml
homepage: http://yaml.org
language: perl
license: perl
copyright: 2007-2022
copyright: 2007-2023

author:
name: Ingy döt Net
Expand Down
6 changes: 3 additions & 3 deletions ReadMe.md
@@ -1,5 +1,5 @@
YAML-LibYAML
============
YAML::XS
========

Perl YAML Serialization using XS and libyaml

Expand Down Expand Up @@ -181,7 +181,7 @@ Ingy döt Net <ingy@ingy.net>

# Copyright and License

Copyright 2007-2022 - Ingy döt Net
Copyright 2007-2023 - Ingy döt Net

This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
Expand Down
2 changes: 1 addition & 1 deletion lib/YAML/LibYAML.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package YAML::LibYAML;
our $VERSION = '0.85';
our $VERSION = '0.86';

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
@@ -1,7 +1,7 @@
use strict; use warnings;

package YAML::XS;
our $VERSION = '0.85';
our $VERSION = '0.86';

use base 'Exporter';

Expand Down

0 comments on commit 444a281

Please sign in to comment.