Skip to content

Commit

Permalink
CPAN Release 1.31
Browse files Browse the repository at this point in the history
- Update docs to recommend YAML::PP
  • Loading branch information
ingydotnet committed Dec 27, 2023
1 parent a6b5e28 commit e406941
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 150 deletions.
53 changes: 0 additions & 53 deletions .travis.yml

This file was deleted.

93 changes: 0 additions & 93 deletions About

This file was deleted.

5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
version: 1.31
date: Wed Dec 27 07:10:56 AM PST 2023
changes:
- Update docs to recommend YAML::PP
---
version: 1.30
date: Mon 27 Jan 2020 11:09:46 PM CET
changes:
Expand Down
8 changes: 6 additions & 2 deletions Meta
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
=meta: 0.0.2

name: YAML
version: 1.30
version: 1.31
abstract: YAML Ain't Markup Language™
homepage: http://yaml.org
language: perl
license: perl
copyright: 2001-2020
copyright: 2001-2023

author:
name: Ingy döt Net
Expand All @@ -30,3 +30,7 @@ test:
Test::More: 0.88
Test::Deep: 0
Encode: 0

=zild:
no-about: true
no-travis: true
2 changes: 1 addition & 1 deletion lib/YAML.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package YAML;
our $VERSION = '1.30';
our $VERSION = '1.31';

use YAML::Mo;

Expand Down
2 changes: 1 addition & 1 deletion lib/YAML/Any.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use strict; use warnings;
package YAML::Any;
our $VERSION = '1.30';
our $VERSION = '1.31';

use Exporter ();

Expand Down

0 comments on commit e406941

Please sign in to comment.