Re: What to name a module that resolves transportation schedules

2004-11-02 Thread _brian_d_foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article <[EMAIL PROTECTED]>, Robert Rothenberg <[EMAIL PROTECTED]> wrote: > I have written some prototype Perl code that when given a set of bus routes > will give a list of bus times f

Re: Fields in Makefile.PL

2004-11-02 Thread Jose Alves de Castro
On Tue, 2004-11-02 at 15:37, Andy Lester wrote: > > Run h2xs, they very needed fields will be into the Makefile.PL > > Or use Module::Starter, which is more up-to-date. I am using Module::Starter :-) I started using it this weekend (for Games::Score) (And yes, it is great :-) ). But I was lookin

What to name a module that resolves transportation schedules

2004-11-02 Thread Robert Rothenberg
I have written some prototype Perl code that when given a set of bus routes will give a list of bus times for how to get from one point to another, including resolving of transfers. (This was written as a way to make sense of many different bus routes.) Eventually I'll polish it up a bit and

Re: Fields in Makefile.PL

2004-11-02 Thread Andy Lester
> Run h2xs, they very needed fields will be into the Makefile.PL Or use Module::Starter, which is more up-to-date. xoa -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

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, VERS

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 ver

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 <[EM