[libyaml-libyaml-perl] 08/11: Imported Upstream version 0.62
gregor herrmann
gregoa at debian.org
Fri Mar 18 18:03:32 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 48b3cc5df9d3265860e9df66442171d73925c3b7
Merge: 5f4da11 2cbfd04
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Mar 18 18:21:00 2016 +0100
Imported Upstream version 0.62
Changes | 8 +++++++-
MANIFEST | 2 ++
META.json | 2 +-
META.yml | 2 +-
Makefile.PL | 2 +-
lib/YAML/LibYAML.pm | 2 +-
lib/YAML/XS.pm | 7 ++++---
t/io-handle.t | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++
t/path-class.t | 27 ++++++++++++++++++++++++++
9 files changed, 99 insertions(+), 8 deletions(-)
diff --cc Changes
index 0a7cd69,bba6d73..67379fc
--- a/Changes
+++ b/Changes
@@@ -1,231 -1,360 +1,237 @@@
----
-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:
-- 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.
----
-version: 0.59
-date: Mon Jan 26 15:04:10 PST 2015
-changes:
-- PR/23 Better scalar dump heuristics
-- More closely match YAML.pm
-- Thanks Matthias Bethke
----
-version: 0.58
-date: Tue Jan 20 21:01:49 PST 2015
-changes:
-- Add a VERSION statement to YAML::LibYAML (issue#8)
----
-version: 0.57
-date: Thu Jan 15 23:05:15 EST 2015
-changes:
-- Applied fix for PR/21. nawglan++
----
-version: 0.56
-date: Thu Jan 15 22:21:47 EST 2015
-changes:
-- Update copyright year
-- Use Swim cpan-tail block functions in doc
----
-version: 0.55
-date: Mon Dec 22 17:26:27 PST 2014
-changes:
-- Get YAML::XS using latest libyaml
----
-version: 0.54
-date: Sat Nov 29 11:47:10 PST 2014
-changes:
-- Reverted an old patch with 0.53. Unreverted.
----
-version: 0.53
-date: Fri Nov 28 09:20:08 PST 2014
-changes:
-- Fix for https://bitbucket.org/xi/libyaml/issue/10/wrapped-strings-cause-assert-failure
----
-version: 0.52
-date: Fri Aug 22 21:03:19 PDT 2014
-changes:
-- Fix e1 test failure on 5.21.4
----
-version: 0.51
-date: Sat Aug 16 14:28:45 PDT 2014
-changes:
-- Remove =travis section
----
-version: 0.50
-date: Sat Aug 16 12:57:04 PDT 2014
-changes:
-- Meta 0.0.2
----
-version: 0.49
-date: Sat Aug 16 04:23:17 PDT 2014
-changes:
-- Eliminate spurious trailing whitespace
----
-version: 0.48
-date: Fri Aug 15 21:07:12 PDT 2014
-changes:
-- Add t/000-compile-modules.t
----
-version: 0.47
-date: Sat Aug 9 00:29:29 PDT 2014
-changes:
-- Fix swim errors
----
-version: 0.46
-date: Tue Aug 5 10:32:41 PDT 2014
-changes:
-- Add badges to doc
-- Fix ReadMe
----
-version: 0.45
-date: Mon Aug 4 01:23:10 PDT 2014
-changes:
-- Fix Meta and add Contributing.
----
-version: 0.44
-date: Sun Jul 13 15:19:41 PDT 2014
-changes:
-- Doc fix. GitHub-Issue-#6. Thanks to Debian Perl Group for finding this.
----
-version: 0.43
-date: Sat Jul 12 10:04:07 PDT 2014
-changes:
-- Test::Base tests needed 'inc' in @INC
----
-version: 0.42
-date: Fri Jul 11 14:45:58 PDT 2014
-changes:
-- Switch to Zilla::Dist
-- No longer dep on Test::Base, Spiffy, and Filter::Util::Call
-- Remove test/changes.t
----
-version: 0.41
-date: Wed Mar 13 10:34:55 PDT 2013
-changes:
-- Removed another C++ // style comment. jdb++
----
-version: 0.40
-date: Tue Mar 12 11:05:34 PDT 2013
-changes:
-- Removed C++ // style comments, for better portability. jdb++
----
-version: 0.39
-date: Mon Feb 11 18:08:04 PST 2013
-changes:
-- Using the latest libyaml codebase
-- https://github.com/yaml/libyaml/tree/perl-yaml-xs
-- Changes have been made to start moving libyaml to 1.2
----
-version: 0.38
-date: Tue Jan 3 22:56:01 PST 2012
-changes:
-- Apply SPROUT++ deparse test patch. Thanks!
----
-version: 0.37
-date: Thu Sep 29 20:09:20 CEST 2011
-changes:
-- Fix the bug that accidentally released YAML-XS instead of YAML-LibYAML.
-- Released from Wendy++ and Liz++'s Guest Bedroom.
----
-version: 0.36
-date: Sun Sep 25 22:08:53 CEST 2011
-changes:
-- Switch to Module::Package
-- Fix LoadFile on empty file failure.
-- Released from Wendy++ and Liz++'s Basement Server Room.
----
-version: 0.35
-date: Mon Apr 4 00:33:09 CST 2011
-changes:
-- Apply bdfoy patch from rt-46172
-- Update ppport.h to fix rt-64749 & rt-62054
-- Add ANDK's regexp.t patch from rt-62266
----
-version: 0.34
-date: Wed Apr 14 17:57:10 PDT 2010
-changes:
-- These changes from chansen++
-- Handle misbehaved tied hashes
-- Handle 'get' magic
-- Added support for tied arrays and hashes
-- Don't turn on the UTF-8 flag for strings containing US-ASCII (0x00-0x7F)
----
-version: 0.33
-date: Wed Apr 14 17:57:10 PDT 2010
-changes:
-- Applied Gisle Aas' patch from https://rt.cpan.org/Ticket/Display.html?id=43115
----
-version: 0.32
-date: Mon Jan 12 11:23:55 IST 2009
-changes:
-- newSVpvs is not portable, change to newSVpvn
-- update ppport.h options
----
-version: 0.31
-date: Mon Jan 12 11:23:55 IST 2009
-changes:
-- Fix the leak test so it doesn't load an unused, undeclared dependency
- (Test::LongString)
----
-version: 0.30
-date: Sun Jan 11 12:53:55 IST 2009
-changes:
-- Plug a leak in Load
-- More efficient intermediate structure allocation
----
-version: 0.29
-date: Tue Nov 11 22:57:07 PST 2008
-changes:
-- Check SvNIOK when dumping and format if quotes when it's a string that looks
- like a number
-- Parse plain scalars as numbers when they look like numbers
-- Load nulls as newSV(0) instead of &PL_sv_undef to avoid "Modification of
- non-creatable hash value attempted" errors
----
-version: 0.28
-date: Mon Jun 23 15:23:24 PDT 2008
-changes:
-- Apply UTF8 patch supplied by KLEINJ in rt.cpan#36734
----
-version: 0.27
-date: Fri Jun 6 22:05:29 PDT 2008
-changes:
-- Apply patches from Gisle Aas and Jan Dubois of ActiveState.
----
-version: 0.26
-date: Mon Jun 25 00:14:19 PDT 2007
-changes:
-- Refactor to consistent pointer & declaration syntax
-- Start commenting the C code.
-- Make YAML::XS work on Win32 by adding -DYAML_DECLARE_EXPORT. (Tested on
- StrawberryPerl)
----
-version: 0.25
-date: Sun Jun 24 17:39:13 PDT 2007
-changes:
-- Squelch most -pedantic C warnings. Thanks audreyt.
-- Allow anchored and aliased scalars (and regexps) to be Loaded
----
-version: 0.24
-date: Sun Jun 24 10:29:03 PDT 2007
-changes:
-- Turn on unicode dumping support.
-- Make anchor numbers Dump in order.
----
-version: 0.23
-date: Fri Jun 22 17:56:50 PDT 2007
-changes:
-- Added full regexp Dump and Load support. Borrowed code from YAML::Syck.
- Discovered/reported bugs in the same.
----
-version: 0.22
-date: Fri Jun 22 00:38:14 PDT 2007
-changes:
-- Support !foo private tags for Loading scalar refs - for David Garamond
----
-version: 0.21
-date: Thu Jun 21 15:08:03 PDT 2007
-changes:
-- Add Loadfile and Dumpfile functions
-- Support !foo private tags for Load - for David Garamond
-- Support Dump/Load of strings with nulls
----
-version: 0.20
-date: Mon Jun 18 16:29:33 PDT 2007
-changes:
-- Better parse error messaging
----
-version: 0.19
-date: Mon Jun 18 00:54:40 PDT 2007
-changes:
-- Fixed memory bugs. Reported_by avar
----
-version: 0.18
-date: Sun Jun 17 18:33:41 PDT 2007
-changes:
-- Renamed to shorter YAML::XS
-- Load and Dump blessed scalar refs
-- Report Load errors
-- Allow !!hash and !!array
----
-version: 0.17
-date: Wed Jun 6 19:48:52 PDT 2007
-changes:
-- Support code and glob dumping
-- Much refactoring.
----
-version: 0.16
-date: Thu May 31 13:46:50 PDT 2007
-changes:
-- Using a newer version of libyaml (0.1.1 cut of trunk).
-- Can dump scalars that need quoting without getting a !
----
-version: 0.15
-date: Wed May 30 20:16:22 PDT 2007
-changes:
-- Use 'Perl_form' to generate tags. Don't use memory allocating.
-- Can correctly load a scalar ref to itself.
----
-version: 0.14
-date: Wed May 30 02:31:39 PDT 2007
-changes:
-- Plain empty strings should load as undef
----
-version: 0.12
-date: Wed May 30 01:08:52 PDT 2007
-changes:
-- Add support for dumping code refs and blessed code refs
----
-version: 0.11
-date: Tue May 29 17:25:18 PDT 2007
-changes:
-- Fixed false YAML::Tiny dependency
-- Support blessed hashes and arrays
----
-version: 0.10
-date: Mon May 28 03:17:29 PDT 2007
-changes:
-- Integrated with YAML::Tests test suite.
----
-version: 0.09
-date: Mon May 28 00:38:19 PDT 2007
-changes:
-- Dump and Load scalar refs
-- Handle alias scalar refs
----
-version: 0.08
-date: Wed May 23 19:34:35 PDT 2007
-changes:
-- Make sure dumped empty strings have quotes
-- Add boolean roundtrip support
-- Add full anchor/alias support
----
-version: 0.07
-date: Wed May 23 00:04:42 PDT 2007
-changes:
-- TonyC showed me how to use '...' in my XS prototype to say zero or
- more args.
----
-version: 0.06
-date: Tue May 22 23:37:40 PDT 2007
-changes:
-- Support dumping zero objects, and loading empty or comment only
- streams to produce zero objects.
----
-version: 0.05
-date: Mon May 21 00:14:40 PDT 2007
-changes:
-- TonyC pointed out the error in my ways for using newSVpvf for
- strings.
----
-version: 0.04
-date: Sat May 19 20:04:04 PDT 2007
-changes:
-- Added a typedef 'dumper' like 'loader'. Makes internals nicer and more
- exposable.
-- Support dumping undef as ~ and "~" as '~', and loading them correctly.
----
-version: 0.03
-date: Mon May 14 23:27:17 PDT 2007
-changes:
-- Fixed Dump call stack bugs reported by vhold. Made Dump work
- like Load.
-- Made this very 'Changes' file loadable, and have a test to prove it.
-- As a result Load now handles a multiple document stream correctly.
-- Added a 'loader' typedef to the C code. This is kinda like a self object for
- the Loader and maybe I'll expose this to the Perl API at some point.
-- Made Dump and Load not be proxy subs from YAML::LibYAML to
- YAML::LibYAML::XS. This removes one level of Perl sub calling which
- should improve benchmarks.
----
-version: 0.02
-date: Mon May 14 23:27:17 PDT 2007
-changes:
-- Implement initial Dump function. Now supports basic Dump and Load.
----
-version: 0.01
-date: Fri May 11 14:08:54 PDT 2007
-changes:
-- First Version. Very alpha. Not for production!
++0.62 Mon Feb 22 15:46:06 UTC 2016
++ - Apply PR/42 @perlpunk++ (fix for detecting filehandles)
++
++0.61 Sat Feb 20 18:04:19 UTC 2016
++ - Apply PR/37 @perlpunk++ (includes PR/36 @lameventanas++)
++
+0.60 Tue Feb 9 14:36:09 EST 2016
- - Apply PR
++ - Apply PR/33. @andygrundman++. Solaris fixes.
+
+0.59 Mon Jan 26 15:04:10 PST 2015
+ - PR/23 Better scalar dump heuristics
+ - More closely match YAML.pm
+ - Thanks Matthias Bethke
+
+0.58 Tue Jan 20 21:01:49 PST 2015
+ - Add a VERSION statement to YAML::LibYAML (issue#8)
+
+0.57 Thu Jan 15 23:05:15 EST 2015
+ - Applied fix for PR/21. nawglan++
+
+0.56 Thu Jan 15 22:21:47 EST 2015
+ - Update copyright year
+ - Use Swim cpan-tail block functions in doc
+
+0.55 Mon Dec 22 17:26:27 PST 2014
+ - Get YAML::XS using latest libyaml
+
+0.54 Sat Nov 29 11:47:10 PST 2014
+ - Reverted an old patch with 0.53. Unreverted.
+
+0.53 Fri Nov 28 09:20:08 PST 2014
+ - Fix for
+ https://bitbucket.org/xi/libyaml/issue/10/wrapped-strings-cause-assert-failure
+
+0.52 Fri Aug 22 21:03:19 PDT 2014
+ - Fix e1 test failure on 5.21.4
+
+0.51 Sat Aug 16 14:28:45 PDT 2014
+ - Remove =travis section
+
+0.50 Sat Aug 16 12:57:04 PDT 2014
+ - Meta 0.0.2
+
+0.49 Sat Aug 16 04:23:17 PDT 2014
+ - Eliminate spurious trailing whitespace
+
+0.48 Fri Aug 15 21:07:12 PDT 2014
+ - Add t/000-compile-modules.t
+
+0.47 Sat Aug 9 00:29:29 PDT 2014
+ - Fix swim errors
+
+0.46 Tue Aug 5 10:32:41 PDT 2014
+ - Add badges to doc
+ - Fix ReadMe
+
+0.45 Mon Aug 4 01:23:10 PDT 2014
+ - Fix Meta and add Contributing.
+
+0.44 Sun Jul 13 15:19:41 PDT 2014
+ - Doc fix. GitHub-Issue-#6. Thanks to Debian Perl Group for finding this.
+
+0.43 Sat Jul 12 10:04:07 PDT 2014
+ - Test::Base tests needed 'inc' in @INC
+
+0.42 Fri Jul 11 14:45:58 PDT 2014
+ - Switch to Zilla::Dist
+ - No longer dep on Test::Base, Spiffy, and Filter::Util::Call
+ - Remove test/changes.t
+
+0.41 Wed Mar 13 10:34:55 PDT 2013
+ - Removed another C++ // style comment. jdb++
+
+0.40 Tue Mar 12 11:05:34 PDT 2013
+ - Removed C++ // style comments, for better portability. jdb++
+
+0.39 Mon Feb 11 18:08:04 PST 2013
+ - Using the latest libyaml codebase
+ - https://github.com/yaml/libyaml/tree/perl-yaml-xs
+ - Changes have been made to start moving libyaml to 1.2
+
+0.38 Tue Jan 3 22:56:01 PST 2012
+ - Apply SPROUT++ deparse test patch. Thanks!
+
+0.37 Thu Sep 29 20:09:20 CEST 2011
+ - Fix the bug that accidentally released YAML-XS instead of YAML-LibYAML.
+ - Released from Wendy++ and Liz++'s Guest Bedroom.
+
+0.36 Sun Sep 25 22:08:53 CEST 2011
+ - Switch to Module::Package
+ - Fix LoadFile on empty file failure.
+ - Released from Wendy++ and Liz++'s Basement Server Room.
+
+0.35 Mon Apr 4 00:33:09 CST 2011
+ - Apply bdfoy patch from rt-46172
+ - Update ppport.h to fix rt-64749 & rt-62054
+ - Add ANDK's regexp.t patch from rt-62266
+
+0.34 Wed Apr 14 17:57:10 PDT 2010
+ - These changes from chansen++
+ - Handle misbehaved tied hashes
+ - Handle 'get' magic
+ - Added support for tied arrays and hashes
+ - Don't turn on the UTF-8 flag for strings containing US-ASCII (0x00-0x7F)
+
+0.33 Wed Apr 14 17:57:10 PDT 2010
+ - Applied Gisle Aas' patch from
+ https://rt.cpan.org/Ticket/Display.html?id=43115
+
+0.32 Mon Jan 12 11:23:55 IST 2009
+ - newSVpvs is not portable, change to newSVpvn
+ - update ppport.h options
+
+0.31 Mon Jan 12 11:23:55 IST 2009
+ - Fix the leak test so it doesn't load an unused, undeclared dependency
+ (Test::LongString)
+
+0.30 Sun Jan 11 12:53:55 IST 2009
+ - Plug a leak in Load
+ - More efficient intermediate structure allocation
+
+0.29 Tue Nov 11 22:57:07 PST 2008
+ - Check SvNIOK when dumping and format if quotes when it's a string that
+ looks like a number
+ - Parse plain scalars as numbers when they look like numbers
+ - Load nulls as newSV(0) instead of &PL_sv_undef to avoid "Modification of
+ non-creatable hash value attempted" errors
+
+0.28 Mon Jun 23 15:23:24 PDT 2008
+ - Apply UTF8 patch supplied by KLEINJ in rt.cpan#36734
+
+0.27 Fri Jun 6 22:05:29 PDT 2008
+ - Apply patches from Gisle Aas and Jan Dubois of ActiveState.
+
+0.26 Mon Jun 25 00:14:19 PDT 2007
+ - Refactor to consistent pointer & declaration syntax
+ - Start commenting the C code.
+ - Make YAML::XS work on Win32 by adding -DYAML_DECLARE_EXPORT. (Tested on
+ StrawberryPerl)
+
+0.25 Sun Jun 24 17:39:13 PDT 2007
+ - Squelch most -pedantic C warnings. Thanks audreyt.
+ - Allow anchored and aliased scalars (and regexps) to be Loaded
+
+0.24 Sun Jun 24 10:29:03 PDT 2007
+ - Turn on unicode dumping support.
+ - Make anchor numbers Dump in order.
+
+0.23 Fri Jun 22 17:56:50 PDT 2007
+ - Added full regexp Dump and Load support. Borrowed code from YAML::Syck.
+ Discovered/reported bugs in the same.
+
+0.22 Fri Jun 22 00:38:14 PDT 2007
+ - Support !foo private tags for Loading scalar refs - for David Garamond
+
+0.21 Thu Jun 21 15:08:03 PDT 2007
+ - Add Loadfile and Dumpfile functions
+ - Support !foo private tags for Load - for David Garamond
+ - Support Dump/Load of strings with nulls
+
+0.20 Mon Jun 18 16:29:33 PDT 2007
+ - Better parse error messaging
+
+0.19 Mon Jun 18 00:54:40 PDT 2007
+ - Fixed memory bugs. Reported_by avar
+
+0.18 Sun Jun 17 18:33:41 PDT 2007
+ - Renamed to shorter YAML::XS
+ - Load and Dump blessed scalar refs
+ - Report Load errors
+ - Allow !!hash and !!array
+
+0.17 Wed Jun 6 19:48:52 PDT 2007
+ - Support code and glob dumping
+ - Much refactoring.
+
+0.16 Thu May 31 13:46:50 PDT 2007
+ - Using a newer version of libyaml (0.1.1 cut of trunk).
+ - Can dump scalars that need quoting without getting a !
+
+0.15 Wed May 30 20:16:22 PDT 2007
+ - Use 'Perl_form' to generate tags. Don't use memory allocating.
+ - Can correctly load a scalar ref to itself.
+
+0.14 Wed May 30 02:31:39 PDT 2007
+ - Plain empty strings should load as undef
+
+0.12 Wed May 30 01:08:52 PDT 2007
+ - Add support for dumping code refs and blessed code refs
+
+0.11 Tue May 29 17:25:18 PDT 2007
+ - Fixed false YAML::Tiny dependency
+ - Support blessed hashes and arrays
+
+0.10 Mon May 28 03:17:29 PDT 2007
+ - Integrated with YAML::Tests test suite.
+
+0.09 Mon May 28 00:38:19 PDT 2007
+ - Dump and Load scalar refs
+ - Handle alias scalar refs
+
+0.08 Wed May 23 19:34:35 PDT 2007
+ - Make sure dumped empty strings have quotes
+ - Add boolean roundtrip support
+ - Add full anchor/alias support
+
+0.07 Wed May 23 00:04:42 PDT 2007
+ - TonyC showed me how to use '...' in my XS prototype to say zero or more
+ args.
+
+0.06 Tue May 22 23:37:40 PDT 2007
+ - Support dumping zero objects, and loading empty or comment only streams
+ to produce zero objects.
+
+0.05 Mon May 21 00:14:40 PDT 2007
+ - TonyC pointed out the error in my ways for using newSVpvf for strings.
+
+0.04 Sat May 19 20:04:04 PDT 2007
+ - Added a typedef 'dumper' like 'loader'. Makes internals nicer and more
+ exposable.
+ - Support dumping undef as ~ and "~" as '~', and loading them correctly.
+
+0.03 Mon May 14 23:27:17 PDT 2007
+ - Fixed Dump call stack bugs reported by vhold. Made Dump work like Load.
+ - Made this very 'Changes' file loadable, and have a test to prove it.
+ - As a result Load now handles a multiple document stream correctly.
+ - Added a 'loader' typedef to the C code. This is kinda like a self object
+ for the Loader and maybe I'll expose this to the Perl API at some point.
+ - Made Dump and Load not be proxy subs from YAML::LibYAML to
+ YAML::LibYAML::XS. This removes one level of Perl sub calling which
+ should improve benchmarks.
+
+0.02 Mon May 14 23:27:17 PDT 2007
+ - Implement initial Dump function. Now supports basic Dump and Load.
+
+0.01 Fri May 11 14:08:54 PDT 2007
+ - First Version. Very alpha. Not for production!
diff --cc MANIFEST
index df1aa2e,0000000..19e278c
mode 100644,000000..100644
--- a/MANIFEST
+++ b/MANIFEST
@@@ -1,74 -1,0 +1,76 @@@
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.043.
+CONTRIBUTING
+Changes
+LICENSE
+LibYAML/LibYAML.xs
+LibYAML/Makefile.PL
+LibYAML/api.c
+LibYAML/config.h
+LibYAML/dumper.c
+LibYAML/emitter.c
+LibYAML/lib/YAML/XS/LibYAML.pm
+LibYAML/loader.c
+LibYAML/parser.c
+LibYAML/perl_libyaml.c
+LibYAML/perl_libyaml.h
+LibYAML/ppport.h
+LibYAML/ppport_sort.h
+LibYAML/reader.c
+LibYAML/scanner.c
+LibYAML/test.pl
+LibYAML/update.sh
+LibYAML/writer.c
+LibYAML/yaml.h
+LibYAML/yaml_private.h
+MANIFEST
+META.json
+META.yml
+Makefile.PL
+README
+inc/Spiffy.pm
+inc/Test/Base.pm
+inc/Test/Base/Filter.pm
+lib/YAML/LibYAML.pm
+lib/YAML/LibYAML.pod
+lib/YAML/XS.pm
+lib/YAML/XS.pod
+t/000-require-modules.t
+t/TestYAML.pm
+t/TestYAMLTests.pm
+t/alias.t
+t/api.t
+t/ascii.t
+t/author-pod-syntax.t
+t/blessed.t
+t/boolean.t
+t/bug-pvf.t
+t/bug-stack.t
+t/code.t
+t/data/basic.yml
+t/dump-heuristics.t
+t/dump.t
+t/empty.t
+t/empty.yaml
+t/error.t
+t/file.t
+t/glob.t
++t/io-handle.t
+t/leak.t
+t/load.t
+t/loadfile-empty.t
+t/long_plain_wrap.t
+t/magic.t
+t/native.t
+t/null.t
+t/numbers.t
++t/path-class.t
+t/pl_sv_undef.t
+t/private.t
+t/quote.t
+t/ref-scalar.t
+t/regexp.t
+t/string_nulls.t
+t/tags.t
+t/tied.t
+t/utf8.t
+t/yaml_tests.yaml
diff --cc META.json
index 85441f0,0000000..e017bd5
mode 100644,000000..100644
--- a/META.json
+++ b/META.json
@@@ -1,55 -1,0 +1,55 @@@
+{
+ "abstract" : "Perl YAML Serialization using XS and libyaml",
+ "author" : [
+ "Ingy döt Net <ingy at cpan.org>"
+ ],
+ "dynamic_config" : 0,
+ "generated_by" : "Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150005",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : 2
+ },
+ "name" : "YAML-LibYAML",
+ "no_index" : {
+ "directory" : [
+ "example",
+ "inc",
+ "t",
+ "xt"
+ ]
+ },
+ "prereqs" : {
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "develop" : {
+ "requires" : {
+ "Test::Pod" : "1.41"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "perl" : "v5.8.1"
+ }
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "bugtracker" : {
+ "web" : "https://github.com/ingydotnet/yaml-libyaml-pm/issues"
+ },
+ "homepage" : "https://github.com/ingydotnet/yaml-libyaml-pm",
+ "repository" : {
+ "type" : "git",
+ "url" : "https://github.com/ingydotnet/yaml-libyaml-pm.git",
+ "web" : "https://github.com/ingydotnet/yaml-libyaml-pm"
+ }
+ },
- "version" : "0.60"
++ "version" : "0.62"
+}
+
diff --cc META.yml
index 87010f3,0000000..360b5d2
mode 100644,000000..100644
--- a/META.yml
+++ b/META.yml
@@@ -1,27 -1,0 +1,27 @@@
+---
+abstract: 'Perl YAML Serialization using XS and libyaml'
+author:
+ - 'Ingy döt Net <ingy at cpan.org>'
+build_requires: {}
+configure_requires:
+ ExtUtils::MakeMaker: '0'
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 5.043, CPAN::Meta::Converter version 2.150005'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: YAML-LibYAML
+no_index:
+ directory:
+ - example
+ - inc
+ - t
+ - xt
+requires:
+ perl: v5.8.1
+resources:
+ bugtracker: https://github.com/ingydotnet/yaml-libyaml-pm/issues
+ homepage: https://github.com/ingydotnet/yaml-libyaml-pm
+ repository: https://github.com/ingydotnet/yaml-libyaml-pm.git
- version: '0.60'
++version: '0.62'
diff --cc Makefile.PL
index 8b21b69,0000000..aa4ee55
mode 100644,000000..100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@@ -1,39 -1,0 +1,39 @@@
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.043.
+use strict;
+use warnings;
+
+use 5.008001;
+
+use ExtUtils::MakeMaker;
+
+my %WriteMakefileArgs = (
+ "ABSTRACT" => "Perl YAML Serialization using XS and libyaml",
+ "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
+ "CONFIGURE_REQUIRES" => {
+ "ExtUtils::MakeMaker" => 0
+ },
+ "DISTNAME" => "YAML-LibYAML",
+ "LICENSE" => "perl",
+ "MIN_PERL_VERSION" => "5.008001",
+ "NAME" => "YAML::LibYAML",
+ "PREREQ_PM" => {},
- "VERSION" => "0.60",
++ "VERSION" => "0.62",
+ "test" => {
+ "TESTS" => "t/*.t"
+ }
+);
+
+
+my %FallbackPrereqs = ();
+
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+ delete $WriteMakefileArgs{TEST_REQUIRES};
+ delete $WriteMakefileArgs{BUILD_REQUIRES};
+ $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
+}
+
+delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+ unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
+
+WriteMakefile(%WriteMakefileArgs);
diff --cc t/io-handle.t
index 0000000,e0a7ec8..e0a7ec8
mode 000000,100644..100644
--- a/t/io-handle.t
+++ b/t/io-handle.t
diff --cc t/path-class.t
index 0000000,66f6b69..66f6b69
mode 000000,100644..100644
--- a/t/path-class.t
+++ b/t/path-class.t
--
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