[libyaml-libyaml-perl] 07/11: CPAN Release 0.62

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 2cbfd04ce41e9d29c6b7a4d0e16ff86681210e0f
Author: root <cpan2 at tinita.de>
Date:   Mon Feb 22 15:46:17 2016 +0000

    CPAN Release 0.62
    
    - Apply PR/42 @perlpunk++ (fix for detecting filehandles)
---
 Changes             | 5 +++++
 Meta                | 2 +-
 lib/YAML/LibYAML.pm | 2 +-
 lib/YAML/XS.pm      | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/Changes b/Changes
index 0be36c6..bba6d73 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,9 @@
 ---
+version: 0.62
+date:    Mon Feb 22 15:46:06 UTC 2016
+changes:
+- Apply PR/42 @perlpunk++ (fix for detecting filehandles)
+---
 version: 0.61
 date:    Sat Feb 20 18:04:19 UTC 2016
 changes:
diff --git a/Meta b/Meta
index dcde69a..3d961dd 100644
--- a/Meta
+++ b/Meta
@@ -1,7 +1,7 @@
 =meta: 0.0.2
 
 name: YAML-LibYAML
-version: 0.61
+version: 0.62
 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 68a4f95..70fb505 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.61';
+our $VERSION = '0.62';
 
 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 6d2c507..540bec4 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.61';
+our $VERSION = '0.62';
 
 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