Package: libtest-bdd-cucumber-perl / 0.26-1~bpo70+1

Metadata

Package Version Patches format
libtest-bdd-cucumber-perl 0.26-1~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Replace JSON MaybeXS with JSON XS.patch | (download)

META.yml | 2 1 + 1 - 0 !
Makefile.PL | 4 2 + 2 - 0 !
dist.ini | 2 1 + 1 - 0 !
lib/Test/BDD/Cucumber/I18N/Data.pm | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

 replace json::maybexs with json::xs.

JSON::MaybeXS is a very tiny wrapper that loads Cpanel::JSON::XS, then JSON::XS,
then JSON::PP in order, and provides the two main functions from the
loaded module.

JSON::XS can safely be used directly, and since among the three ones, it is the
only one that's available in Wheezy, let's do that to save some
backporting overhead.