Skip to content

Commit

Permalink
CPAN Release 0.77
Browse files Browse the repository at this point in the history
- "Update libyaml to version 0.2.2. Most important change for users is that
  plain urls in flow style can be parsed now. Example: `[ http://yaml.org ]`.
  (tinita)"
  • Loading branch information
perlpunk committed Apr 15, 2019
1 parent 6efd070 commit c0ae4c6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
4 changes: 2 additions & 2 deletions About
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repository contains the source code for the Perl 5 module distribution:


by Ingy döt Net by Ingy döt Net


Copyright 2007-2018. Ingy döt Net. Copyright 2007-2019. Ingy döt Net.


License License
------- -------
Expand Down Expand Up @@ -92,4 +92,4 @@ for up-to-date instructions.






# This file generated by Zilla-Dist-0.0.196 # This file generated by Zilla-Dist-0.0.203
7 changes: 7 additions & 0 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,11 @@
--- ---
version: 0.77
date: Mon 15 Apr 2019 10:55:13 PM CEST
changes:
- "Update libyaml to version 0.2.2. Most important change for users is that
plain urls in flow style can be parsed now. Example: `[ http://yaml.org ]`.
(tinita)"
---
version: 0.76 version: 0.76
date: Sun Dec 30 20:10:16 CET 2018 date: Sun Dec 30 20:10:16 CET 2018
changes: changes:
Expand Down
4 changes: 2 additions & 2 deletions Meta
Original file line number Original file line Diff line number Diff line change
@@ -1,12 +1,12 @@
=meta: 0.0.2 =meta: 0.0.2


name: YAML-LibYAML name: YAML-LibYAML
version: 0.76 version: 0.77
abstract: Perl YAML Serialization using XS and libyaml abstract: Perl YAML Serialization using XS and libyaml
homepage: http://yaml.org homepage: http://yaml.org
language: perl language: perl
license: perl license: perl
copyright: 2007-2018 copyright: 2007-2019


author: author:
name: Ingy döt Net name: Ingy döt Net
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.pod
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Ingy döt Net <ingy@cpan.org>


=head1 Copyright and License =head1 Copyright and License


Copyright 2007-2018. Ingy döt Net. Copyright 2007-2019. Ingy döt Net.


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


sub import { sub import {
die "YAML::LibYAML has been renamed to YAML::XS. Please use YAML::XS instead."; 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 Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
use strict; use warnings; use strict; use warnings;


package YAML::XS; package YAML::XS;
our $VERSION = '0.76'; our $VERSION = '0.77';


use base 'Exporter'; use base 'Exporter';


Expand Down

0 comments on commit c0ae4c6

Please sign in to comment.