Fields in Makefile.PL

2004-11-02 Thread Jose Alves de Castro
Hi.

I'm trying to normalize some modules, regarding tests, Makefile.PL, etc.

I have a question: what fields do you find required or advisable in
 every Makefile.PL? I usually have NAME, VERSION_FROM, PREREQ_PM,
 AUTHOR... am I missing something important?

TIA,

jac

-- 
José Alves de Castro [EMAIL PROTECTED]
  http://natura.di.uminho.pt/~jac



Re: Fields in Makefile.PL

2004-11-02 Thread Marco Marongiu

Jose Alves de Castro wrote:
I'm trying to normalize some modules, regarding tests, Makefile.PL, etc.
I have a question: what fields do you find required or advisable in
 every Makefile.PL? I usually have NAME, VERSION_FROM, PREREQ_PM,
 AUTHOR... am I missing something important?
Run h2xs, they very needed fields will be into the Makefile.PL
Cheers
--bronto


Re: Fields in Makefile.PL

2004-11-02 Thread Mark Stosberg
On Tue, Nov 02, 2004 at 01:07:11PM +0100, Marco Marongiu wrote:
 
 
 Jose Alves de Castro wrote:
 I'm trying to normalize some modules, regarding tests, Makefile.PL, etc.
 
 I have a question: what fields do you find required or advisable in
  every Makefile.PL? I usually have NAME, VERSION_FROM, PREREQ_PM,
  AUTHOR... am I missing something important?
 
 Run h2xs, they very needed fields will be into the Makefile.PL

You may also be interested in one of the new, friendlier alternatives to
h2xs which are no CPAN:

module-starter
modulemaker

Mark

-- 
http://mark.stosberg.com/