Hi Luke!
Thanks for the quick reply.
On Wed Sep 02 00:39:13 2009, lukecloss@gmail.com wrote:
Show quoted text> I actually have those deprication warnings as part of the code for
> downstream users.
Oh, I didn't know that. Should we upload the package as-is (with the
warnings and this explanation that they are OK), or should we wait on a
new upload?
Show quoted text>
> Perhaps the tests could be improved to test for that warning.
Yeah, I believe Test::Warn will test that warnings happen, and will also
mute the warnings from displaying (by using a $SIG{__WARN__} hook or
something to that effect). This way you get the robustness of testing
for it while not worrying users that install the package ;-)
Thanks!
Show quoted text>
> Thank you for maintaining the debian package!
You're welcome. It seems to be relatively popular with our users:
http://qa.debian.org/popcon.php?package=libtest-www-selenium-perl
Show quoted text>
> Cheers,
> Luke
>
> On Tue, Sep 1, 2009 at 1:35 PM, Jonathan Yu via
> RT<bug-Test-WWW-Selenium@rt.cpan.org> wrote:
> > Tue Sep 01 16:35:27 2009: Request 49345 was acted upon.
> > Transaction: Ticket created by FREQUENCY
> > Queue: Test-WWW-Selenium
> > Subject: Deprecation Warnings
> > Broken in: (no value)
> > Severity: Important
> > Owner: Nobody
> > Requestors: frequency@cpan.org
> > Status: new
> > Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=49345 >
> >
> >
> > Hi:
> >
> > While upgrading the Test::WWW::Selenium package in Debian, I came across
> > some warnings during build:
> >
> > get_absolute_location() is deprecated, use get_location()
> > get_absolute_location() is deprecated, use get_location()
> >
> > These are evident during CPAN Testers reports too, though you might not
> > have noticed since the tests still PASS. You might want to consider
> > using Test::NoWarnings in the future to turn these warnings into
> > FAILures, so you notice them and can fix them for future releases.
> >
> > Here is an example CPAN Testers report:
> >
http://www.nntp.perl.org/group/perl.cpan.testers/2009/09/msg5195068.html
> > -- By the way, congratulations on your 100% CPAN Testers PASS rate
so far.
Show quoted text> >
> > Thanks for writing and maintaining this module.
> >
> > Cheers,
> >
> > Jonathan
> >