Skip to content

Commit

Permalink
CPAN Release 1.19
Browse files Browse the repository at this point in the history
- Apply PR/164 pod (link to YAML::Shell)
- Apply PR/151 Fix infinite loop for aliases without a name @bubaflub++
- Apply PR/142 Improve error messages @werekraken++
- Apply PR/162 Improve error messages
- Apply PR/163 Trailing spaces after inline seq/map work now
- Apply PR/154 Add test case for trailing comments @Varadinsky++
  • Loading branch information
perlpunk committed Nov 18, 2016
1 parent a96a011 commit e204e41
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
version: 1.18_001
date: Fri Nov 11 23:42:52 CET 2016
changes:
- Apply PR/164
- Apply PR/151 @bubaflub++
- Apply PR/142 partially @werekraken++
- Apply PR/162
- Apply PR/163
- Apply PR/154 @Varadinsky++
version: 1.19
date: Fri Nov 18 19:46:44 CET 2016
changes:
- Apply PR/164 pod (link to YAML::Shell)
- Apply PR/151 Fix infinite loop for aliases without a name @bubaflub++
- Apply PR/142 Improve error messages @werekraken++
- Apply PR/162 Improve error messages
- Apply PR/163 Trailing spaces after inline seq/map work now
- Apply PR/154 Add test case for trailing comments @Varadinsky++
---
version: 1.18
date: Fri Jul 8 14:52:26 UTC 2016
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
version: 1.18_001
version: 1.19
abstract: YAML Ain't Markup Language™
homepage: http://yaml.org
language: perl
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.pod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ YAML - YAML Ain't Markup Language™

=head1 Version

This document describes L<YAML> version B<1.18_001>.
This document describes L<YAML> version B<1.19>.

=head1 Note

Expand Down
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.18_001';
our $VERSION = '1.19';

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.18_001';
our $VERSION = '1.19';

use Exporter ();

Expand Down

0 comments on commit e204e41

Please sign in to comment.