Bug#593012: FTBFS: test t/pad.t fails with libyaml-syck-perl 1.12
Salvatore Bonaccorso
salvatore.bonaccorso at gmail.com
Mon Aug 16 13:54:55 UTC 2010
Hi
Looking at the changes for libyaml-syck-perl it has to do with the
following:
https://rt.cpan.org/Ticket/Display.html?id=50227
and the changes in libyaml-syck-perl:
* RT 50227 - Not quoting strings when data has been sorted numerically
before being passed to JSON::Syck::Dump
Thus with
----(snip)--------------------------------------------------------------
--- libdevel-ebug-perl-0.49.orig/t/pad.t
+++ libdevel-ebug-perl-0.49/t/pad.t
@@ -83,5 +83,5 @@ is($pad->{'$first'}, '{...}');
$ebug->run;
$pad = $ebug->pad_human;
-is($pad->{'$first'}, '"$koremutake"');
+is($pad->{'$first'}, '$koremutake');
------------------------------------------------------------------------
package builds.
Bests
Salvatore
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20100816/ca01b9e3/attachment.pgp>
More information about the pkg-perl-maintainers
mailing list