On Mon, 17 Aug 2015 22:06:00 +0200
Eric Dvorsak <e...@dvorsak.fr> wrote:

> * gnu/packages/perl.scm (perl-pod-simple): New variable.
> ---
>  gnu/packages/perl.scm | 20 ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
> 
> diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
> index d2e38cc..8f9d599 100644
> --- a/gnu/packages/perl.scm
> +++ b/gnu/packages/perl.scm
> @@ -3,6 +3,7 @@
>  ;;; Copyright © 2013 Andreas Enge <andr...@enge.fr>
>  ;;; Copyright © 2015 Ricardo Wurmus <rek...@elephly.net>
>  ;;; Copyright © 2015 Eric Bavier <bav...@member.fsf.org>
> +;;; Copyright © 2015 Eric Dvorsak <e...@dvorsak.fr>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -3941,6 +3942,25 @@ directory specifications in a cross-platform manner.")
>  for a given module is comprehensive.")
>      (license (package-license perl))))
>  
> +(define-public perl-pod-simple
> +  (package
> +    (name "perl-pod-simple")
> +    (version "3.30")

I pushed this patch with version "3.31" which was released today. ;)

> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "mirror://cpan/authors/id/D/DW/DWHEELER/"
> +                    "Pod-Simple-" version ".tar.gz"))

I aligned the two arguments to 'string-append'.

Thanks,
`~Eric

Reply via email to