Skip to content

Commit

Permalink
CPAN Release 1.19_001
Browse files Browse the repository at this point in the history
- Apply and amend #146 (quoted map keys) @preaction++
- B::Deparse is loaded at runtime now
- New Feature $YAML::Preserve (Apply PR/9 @fmenab++)
  • Loading branch information
perlpunk committed Nov 27, 2016
1 parent ab3dc5e commit 5634890
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
version: tba
date: tba
version: 1.19_001
date: Sun Nov 27 21:26:44 CET 2016
changes:
- Apply and amend #146 (quoted map keys) @preaction++
- B::Deparse is loaded at runtime now
- New Feature: $YAML::Preserve (Apply PR/9 @fmenab++)
- New Feature $YAML::Preserve (Apply PR/9 @fmenab++)
---
version: 1.19
date: Fri Nov 18 19:46:44 CET 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.19
version: 1.19_001
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.19>.
This document describes L<YAML> version B<1.19_001>.

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

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

use Exporter ();

Expand Down

0 comments on commit 5634890

Please sign in to comment.