Re: Module::Build + documenation woes

2009-06-12 Thread Curtis Jewell
I happen to use Module::Starter with the ::PBP additions (although I should write a set of additions to set up the tests I use.) h2xs? get away, get away! --Curtis On Fri, 12 Jun 2009 07:48 -0700, "Ovid" wrote: > > - Original Message > > > From: Jonathan Yu > > > > I have *never* u

Re: Module::Build + documenation woes

2009-06-12 Thread Ovid
- Original Message > From: Jonathan Yu > > I have *never* used h2xs to start a module, though I have copied the > basic scripts/structure/etc that other packages have (which likely > began with h2xs at one point or another)... I use Module::Starter myself, though I keep meaning to pla

Re: Module::Build + documenation woes

2009-06-12 Thread Jonathan Yu
I have *never* used h2xs to start a module, though I have copied the basic scripts/structure/etc that other packages have (which likely began with h2xs at one point or another)... I prefer doing it on my own by hand, though I guess that's not an option for people new to Perl packaging On Fri, Jun

Re: Module::Build + documenation woes

2009-06-12 Thread Paul Johnson
On Thu, Jun 11, 2009 at 04:12:32PM -0700, Bill Ward wrote: > If you really want people to adopt Module::Build, change the h2xs script so > it generates something like the above... (kidding - does anyone still use > h2xs to start a non-xs module?) Always begin with h2xs. Always beg