Re: install snafu with DT::F::MySQL

2004-07-07 Thread Dave Rolsky
On Wed, 7 Jul 2004, Matt Sisk wrote: > > Ah, right. The problem is that DT::F::Builder includes the > > DT::F::MySQLmodules under its examples directory, and PAUSE is > > indexing it. I need to fix this somehow. > > Why not just bundle them together? CPAN will figure out which bundle to > grab

Re: install snafu with DT::F::MySQL

2004-07-07 Thread Matt Sisk
> Ah, right. The problem is that DT::F::Builder includes the > DT::F::MySQLmodules under its examples directory, and PAUSE is > indexing it. I need to fix this somehow. Why not just bundle them together? CPAN will figure out which bundle to grab when you request a specific module such as DT::F::My

Re: "localtime" DateTime Objects

2004-07-07 Thread Dave Rolsky
On Fri, 2 Jul 2004, Tim Bunce wrote: > On Thu, Jul 01, 2004 at 07:04:54PM -0500, Dave Rolsky wrote: > > > > > I'd also like to see a class based (rather than object based) ability > > > to set the local time zone, probably through the import: > > > > > > use DateTime local => 'Australia/Melbourne'

Re: install snafu with DT::F::MySQL

2004-07-07 Thread Dave Rolsky
On Wed, 7 Jul 2004, Dave Rolsky wrote: > On Wed, 7 Jul 2004, Matt Sisk wrote: > > > I'm having some trouble installing DateTime::Format::MySQL using the > > regular 'cpan' shell (perl -MCPAN -e shell). > > > > I've tried this with both Module::Build versions 0.21 and 0.25. > > > > The install proc