[libyaml-libyaml-perl] 05/11: CPAN Release 0.61
gregor herrmann
gregoa at debian.org
Fri Mar 18 18:03:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch gregoa/use-system-yaml
in repository libyaml-libyaml-perl.
commit 8782998309c94ed593279c82ff9a1bfe53f97865
Author: Ingy döt Net <ingy at ingy.net>
Date: Sat Feb 20 18:04:43 2016 +0000
CPAN Release 0.61
- Apply PR/37 @perlpunk++ (includes PR/36 @lameventanas++)
---
Changes | 7 ++++++-
Meta | 2 +-
lib/YAML/LibYAML.pm | 2 +-
lib/YAML/XS.pm | 2 +-
4 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/Changes b/Changes
index 8f91a67..0be36c6 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,13 @@
---
+version: 0.61
+date: Sat Feb 20 18:04:19 UTC 2016
+changes:
+- Apply PR/37 @perlpunk++ (includes PR/36 @lameventanas++)
+---
version: 0.60
date: Tue Feb 9 14:36:09 EST 2016
changes:
-- Apply PR #33. @andygrundman++. Solaris fixes.
+- Apply PR/33. @andygrundman++. Solaris fixes.
---
version: 0.59
date: Mon Jan 26 15:04:10 PST 2015
diff --git a/Meta b/Meta
index 21ec83f..dcde69a 100644
--- a/Meta
+++ b/Meta
@@ -1,7 +1,7 @@
=meta: 0.0.2
name: YAML-LibYAML
-version: 0.60
+version: 0.61
abstract: Perl YAML Serialization using XS and libyaml
homepage: http://yaml.org
language: perl
diff --git a/lib/YAML/LibYAML.pm b/lib/YAML/LibYAML.pm
index 2c11229..68a4f95 100644
--- a/lib/YAML/LibYAML.pm
+++ b/lib/YAML/LibYAML.pm
@@ -1,6 +1,6 @@
use strict; use warnings;
package YAML::LibYAML;
-our $VERSION = '0.60';
+our $VERSION = '0.61';
sub import {
die "YAML::LibYAML has been renamed to YAML::XS. Please use YAML::XS instead.";
diff --git a/lib/YAML/XS.pm b/lib/YAML/XS.pm
index 040cdd5..a348d39 100644
--- a/lib/YAML/XS.pm
+++ b/lib/YAML/XS.pm
@@ -1,7 +1,7 @@
use strict; use warnings;
package YAML::XS;
-our $VERSION = '0.60';
+our $VERSION = '0.61';
use base 'Exporter';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libyaml-libyaml-perl.git
More information about the Pkg-perl-cvs-commits
mailing list