Package: libjavascript-packer-perl / 1.006003-2

Metadata

Package Version Patches format
libjavascript-packer-perl 1.006003-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix random var name issue | (download)

lib/JavaScript/Packer.pm | 8 4 + 4 - 0 !
t/02-io.t | 4 2 + 2 - 0 !
t/scripts/s10-expected.js | 2 1 + 1 - 0 !
t/scripts/s2-expected.js | 4 2 + 2 - 0 !
t/scripts/s3-expected.js | 2 1 + 1 - 0 !
t/scripts/s4-expected.js | 4 2 + 2 - 0 !
t/scripts/s5-expected.js | 2 1 + 1 - 0 !
t/scripts/s8-expected.js | 2 1 + 1 - 0 !
8 files changed, 14 insertions(+), 14 deletions(-)

 fix random var name issue
 Test failures were due to randomisation of keys %foo.
 .
 A sort was added to all calls to keys. The tests were
 modified to suit the now ordered keys results.
Bug: https://github.com/nevesenin/javascript-packer-perl/issues/8
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711629