Ricardo Wurmus writes: > Hi Guix, > > this is from my staging heap. > > Ricardo Wurmus (9): > gnu: Add perl-hash-fieldhash. > gnu: Add perl-math-random-isaac-xs. > gnu: Add perl-math-random-isaac. > gnu: Add perl-type-tie. > gnu: Add perl-regexp-util. > gnu: Add perl-ref-util-xs. > gnu: Add perl-type-tiny. > gnu: Add perl-crypt-random-source. > gnu: Add perl-math-random-secure. > > gnu/packages/perl.scm | 256 +++++++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 255 insertions(+), 1 deletion(-) The patches LGTM, but I wonder if we should split some of these out to e.g. math.scm to prevent perl.scm from getting the python syndrome. WDYT?