~ruther/guix-local

780fa70cd333621e4485df3eda3d92ee9af486ac — Tobias Geerinckx-Rice 8 years ago 9c22b13
gnu: perl-params-validationcompiler: Update to 0.27.

* gnu/packages/perl.scm (perl-params-validationcompiler): Update to 0.27.
[native-inputs]: Add perl-type-tiny for another test.
1 files changed, 5 insertions(+), 3 deletions(-)

M gnu/packages/perl.scm
M gnu/packages/perl.scm => gnu/packages/perl.scm +5 -3
@@ 6269,7 6269,7 @@ function call parameters to an arbitrary level of specificity.")
(define-public perl-params-validationcompiler
  (package
    (name "perl-params-validationcompiler")
    (version "0.24")
    (version "0.27")
    (source
      (origin
        (method url-fetch)


@@ 6277,12 6277,14 @@ function call parameters to an arbitrary level of specificity.")
                            "Params-ValidationCompiler-" version ".tar.gz"))
        (sha256
         (base32
          "11s29wd7gci4c7gcksxw7pzxfzganvr8x4f1dsww4676p93kg5m8"))))
          "1cpr188c2xm0kkmdir6slcsgv7v6ibqff4lax8s0whwx6ml9kaah"))))
    (build-system perl-build-system)
    (native-inputs
     ;; For tests.
     `(("perl-test-without-module" ,perl-test-without-module)
       ("perl-test2-bundle-extended" ,perl-test2-bundle-extended)
       ("perl-test2-plugin-nowarnings" ,perl-test2-plugin-nowarnings)))
       ("perl-test2-plugin-nowarnings" ,perl-test2-plugin-nowarnings)
       ("perl-type-tiny" ,perl-type-tiny)))
    (propagated-inputs
     `(("perl-eval-closure" ,perl-eval-closure)
       ("perl-exception-class" ,perl-exception-class)