texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp Makefile.PL


From: Patrice Dumas
Subject: texinfo/tp Makefile.PL
Date: Sat, 01 Oct 2011 23:03:57 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/10/01 23:03:57

Modified files:
        tp             : Makefile.PL 

Log message:
        Fix ABSTRACT and NAME.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Makefile.PL?cvsroot=texinfo&r1=1.5&r2=1.6

Patches:
Index: Makefile.PL
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Makefile.PL,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- Makefile.PL 25 Sep 2011 22:07:12 -0000      1.5
+++ Makefile.PL 1 Oct 2011 23:03:57 -0000       1.6
@@ -3,8 +3,9 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 WriteMakefile(
-    NAME              => 'Texinfo::Parser',
+    NAME              => 'Texinfo',
     VERSION_FROM      => 'Texinfo/Parser.pm', # finds $VERSION
+    ABSTRACT          => 'Texinfo Parser and Converters',
     PREREQ_PM         => {"Encode" => 0,
                           "Data::Dumper" => 0,
                           "File::Spec" => 0,
@@ -22,7 +23,7 @@
     PMLIBDIRS         => [ 'Texinfo' ],
     EXE_FILES         => [ 'texi2any.pl' ],
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
-      (ABSTRACT_FROM  => 'Texinfo/Parser.pm', # retrieve abstract from module
+      (
        AUTHOR         => 'Patrice Dumas <address@hidden>') : ()),
 );
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]