This is an automated email from the git hooks/post-receive script.

pgarlick pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5e44011  gnu: perl-mail-sendmail: Add line above definition.
5e44011 is described below

commit 5e44011bfb855f448155c2e672e82272a5a2241b
Author: Paul Garlick <[email protected]>
AuthorDate: Tue Mar 24 20:04:39 2020 +0000

    gnu: perl-mail-sendmail: Add line above definition.
    
    * gnu/packages/perl.scm (perl-mail-sendmail): Add line.
---
 gnu/packages/perl.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 77fbc92..eb02d5e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5282,6 +5282,7 @@ Build a Mail::Internet object, and then send it out using 
Mail::Mailer.
 \"Smart functions\" you should not depend on.
 @end table")
     (license perl-license)))
+
 (define-public perl-mail-sendmail
   (package
     (name "perl-mail-sendmail")

Reply via email to