From 0e658985eb0654c19ae078ebbaa28b73902fa257 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 27 Oct 2017 21:37:34 +0200 Subject: fix abstract --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 0638b103..6d41082d 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -140,7 +140,7 @@ package main; WriteMakefile( NAME => 'urpmi', - ABSTRACT_FROM => 'urpm.pm', + ABSTRACT => 'Tools to handle the rpm & urpmi databases (install, query, remove installed/available packages)', LICENSE => 'gpl_2', AUTHOR => 'Thierry Vignaud', PREREQ_PM => { -- cgit v1.2.1