Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the YAML CPAN distribution.

Report information
The Basics
Id: 51889
Status: resolved
Priority: 0/
Queue: YAML

People
Owner: Nobody in particular
Requestors: dolmen [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.70
Fixed in: (no value)



Subject: Failures on 5.8.0 hpux: glob, classy regexp
Here are the failures I get for YAML 0.70 on HPUX with Perl 5.8.0: t/dump-perl-types.t .. 1/16 # Failed test 'Code Glob' # at t/dump-perl-types.t line 6. # got: '--- !!perl/glob: # PACKAGE: main # NAME: var3 # CODE: placeholder # ' # expected: '--- !!perl/glob: # PACKAGE: main # NAME: var3 # CODE: !!perl/code | # { # use warnings; # use strict 'refs'; # print "Hello, world\n"; # } # ' # Looks like you failed 1 test of 16. t/regexp.t ........... 1/11 # Failed test 'The regexp is a Classy :(' # at t/regexp.t line 39. # got: 'Regexp' # expected: 'Classy' # Looks like you failed 1 test of 11. t/regexp.t ........... Dubious, test returned 1 (wstat 256, 0x100) -- Olivier Mengué - http://o.mengue.free.fr/
This issue has been copied to: https://github.com/ingydotnet/yaml-pm/issues/98 please take all future correspondence there. This ticket will remain open but please do not reply here. This ticket will be closed when the github issue is dealt with.
I'm assuming this doesn't happen on perl >= 5.8.1 (?) which is the minimum required version now, so closing.