Re: Module submission DateTime::Event::Predict

2009-06-09 Thread Steffen Mueller
Hi Brian, Brian Hann wrote: It's been a good long while since I've done any work on this, but I'm gearing up to start again. I don't think I heard any word back on whether the namespace choice was kosher, so I guess this is the same query to the DateTime folks, et al. Either way I'd like to fi

Re: Module submission DateTime::Event::Predict

2009-06-08 Thread Dave Rolsky
On Mon, 8 Jun 2009, Brian Hann wrote: It's been a good long while since I've done any work on this, but I'm gearing up to start again. I don't think I heard any word back on whether the namespace choice was kosher, so I guess this is the same query to the DateTime folks, et al. The namespace

Re: Module submission DateTime::Event::Predict

2009-06-08 Thread Brian Hann
gt;>> -Original Message- >>> From: Brian Hann [mailto:brian.h...@gmail.com] >>> Sent: Monday, November 17, 2008 5:40 PM >>> To: Steffen Mueller >>> Cc: modu...@perl.org; bh...@cpan.org; datetime@perl.org >>> Subject: Re: Module

Re: Module submission DateTime::Event::Predict

2008-11-21 Thread Flavio S. Glock
2008/11/21 Dr.Ruud <[EMAIL PROTECTED]>: > "Flavio S. Glock" schreef: > >> =head1 CREDITS >> >> Based on an idea from Steffen Mueller [EMAIL PROTECTED] > > I think that should be Brian Hann: > > Message-ID: <[EMAIL PROTECTED]> Patch applied - thanks! > -- > Affijn, Ruud > > "Gewoon is een tijger.

Re: Module submission DateTime::Event::Predict

2008-11-20 Thread Dr.Ruud
"Flavio S. Glock" schreef: > =head1 CREDITS > > Based on an idea from Steffen Mueller [EMAIL PROTECTED] I think that should be Brian Hann: Message-ID: <[EMAIL PROTECTED]> -- Affijn, Ruud "Gewoon is een tijger."

Re: Module submission DateTime::Event::Predict

2008-11-20 Thread Flavio S. Glock
{ package DateTime::Event::Predict; use DateTime::Event::ICal; use strict; sub new { my ($class, %params) = @_; my $dts = DateTime::Set->from_datetimes( dates => $params{dates} ); for my $freq ( qw[ yearly monthly weekly daily hourly minutely secondly ] ) { my $dtr = DateTime::

Re: Module submission DateTime::Event::Predict

2008-11-20 Thread brian d foy
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article <[EMAIL PROTECTED]>, Brian Hann <[EMAIL PROTECTED]> wrote: > I thought maybe since I would be working with DateTime objects that > would be the best fit. > > If that's not the c

Re: Module submission DateTime::Event::Predict

2008-11-19 Thread Brian Hann
to me since > timezones and daylight savings irregularities would screw that up in my > mind. > > B > >> -Original Message- >> From: Brian Hann [mailto:[EMAIL PROTECTED] >> Sent: Monday, November 17, 2008 5:40 PM >> To: Steffen Mueller >> Cc: [EMAIL

RE: Module submission DateTime::Event::Predict

2008-11-18 Thread Metz, Bobby
> Sent: Monday, November 17, 2008 5:40 PM > To: Steffen Mueller > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; datetime@perl.org > Subject: Re: Module submission DateTime::Event::Predict > > I thought maybe since I would be working with DateTime objects that > would be the best fit.

Re: Module submission DateTime::Event::Predict

2008-11-18 Thread Steffen Mueller
Hi Brian, hi DateTime people, Perl Authors Upload Server wrote: > The following module was proposed for inclusion in the Module List: > > modid: DateTime::Event::Predict > description: Predict next date from a set of dates [...] > This module would take a set of dates (probably Date

Re: Module submission DateTime::Event::Predict

2008-11-18 Thread Brian Hann
I thought maybe since I would be working with DateTime objects that would be the best fit. If that's not the case then I'm completely open to suggestions. Thank you, Brian On Mon, Nov 17, 2008 at 11:41 AM, Steffen Mueller <[EMAIL PROTECTED]> wrote: > Hi Brian, hi DateTime people, > > Perl Autho