Re: [PATCH] basicheaders: improved POD and expanded tests

2012-05-18 Thread Charlie Brady
On Fri, 18 May 2012, Charlie Brady wrote: > and ... > > > +# provide backwards comptibility with the old 'days' argument > > +if ( $self->{_args}{days} ) { > > +$self->log(LOGWARN, "deprecated arguments. Update your config."); > >$self->log(LOGWARN, "deprecated argument

Re: [PATCH] basicheaders: improved POD and expanded tests

2012-05-18 Thread Charlie Brady
On Fri, 18 May 2012, Matt Simerson wrote: > factored date validity tests into their own sub > added tests improved POD Excellent. But: s/deffered/deferred/ and ... > +# provide backwards comptibility with the old 'days' argument > +if ( $self->{_args}{days} ) { > +$self->log(LO