Re: bundles in POD vs listing modules as prereqs

2007-09-11 Thread David Golden
On 9/11/07, Gabor Szabo <[EMAIL PROTECTED]> wrote: > Bundles (packages in the Bundle::) namespace are supposed to include > a list of modules in their POD (and no code at all) so CPAN.pm can install > them > one by one. > > Why is this better than creating a package that lists all the same > modul

Re: Module Proposal: Log::Any

2007-09-11 Thread Jonathan Swartz
> And I'd certainly be miffed if I wanted to pick up a module and > found it forced me to use Log::Dispatch when the rest of my app > is already using Log4perl. Right. It isn't so much about convincing module owners, as Leon suggested; it's dealing with all the existing applications out there that

bundles in POD vs listing modules as prereqs

2007-09-11 Thread Gabor Szabo
Bundles (packages in the Bundle::) namespace are supposed to include a list of modules in their POD (and no code at all) so CPAN.pm can install them one by one. Why is this better than creating a package that lists all the same modules as prerequisites in its Makefile.PL or Build.PL? Gabor