Skip Menu |

This queue is for tickets about the Test-WWW-Selenium CPAN distribution.

Report information
The Basics
Id: 67099
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Test-WWW-Selenium

People
Owner: Nobody in particular
Requestors: leah [...] arubanetworks.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: version of WWW::Selenium has not been rev-ed
Date: Wed, 30 Mar 2011 15:08:17 -0700
To: <bug-Test-WWW-Selenium [...] rt.cpan.org>
From: "Leah Klearman" <leah [...] arubanetworks.com>
Hi, I am noticing that as I look at different versions of Test-WWW-Selenium, I am seeing changes in the do_command method. The versions numbers of WWW::Selenium have not been updated as changes have been made. This obviously has implications in terms of using cpan to upgrade the WWW::Selenium module. Thank you, -Leah
I only bump the version of Test::WWW::Selenium - as it is the package name. This is the only version number you should pay attention to. Can you articulate a problem with this? If not I'm going to close this ticket. Thanks, Luke On Wed Mar 30 18:08:27 2011, leah@arubanetworks.com wrote: Show quoted text
> Hi, > > > > I am noticing that as I look at different versions of Test-WWW-Selenium, > I am seeing changes in the do_command method. > > The versions numbers of WWW::Selenium have not been updated as changes > have been made. > > This obviously has implications in terms of using cpan to upgrade the > WWW::Selenium module. > > > > Thank you, > > -Leah >
Subject: RE: [rt.cpan.org #67099] version of WWW::Selenium has not been rev-ed
Date: Wed, 30 Mar 2011 15:17:45 -0700
To: <bug-Test-WWW-Selenium [...] rt.cpan.org>
From: "Leah Klearman" <leah [...] arubanetworks.com>
I did not, until a few moments ago, have Test-WWW-Selenium installed, just WWW::Selenium. So when I did '#cpan WWW::Selenium' it checked version numbers of that module, which has not changed from 0.93, and did not update it. It looks like updating the version of the module (as opposed to the package) would be a matter of changing line our $VERSION = '0.93'; Thank you, -Leah Show quoted text
-----Original Message----- From: Luke Closs via RT [mailto:bug-Test-WWW-Selenium@rt.cpan.org] Sent: Wednesday, March 30, 2011 3:12 PM To: Leah Klearman Subject: [rt.cpan.org #67099] version of WWW::Selenium has not been rev-ed <URL: https://rt.cpan.org/Ticket/Display.html?id=67099 > I only bump the version of Test::WWW::Selenium - as it is the package name. This is the only version number you should pay attention to. Can you articulate a problem with this? If not I'm going to close this ticket. Thanks, Luke On Wed Mar 30 18:08:27 2011, leah@arubanetworks.com wrote:
> Hi, > > > > I am noticing that as I look at different versions of Test-WWW-Selenium, > I am seeing changes in the do_command method. > > The versions numbers of WWW::Selenium have not been updated as changes > have been made. > > This obviously has implications in terms of using cpan to upgrade the > WWW::Selenium module. > > > > Thank you, > > -Leah >
How did you install WWW::Selenium originally? Test-WWW-Selenium is the only supported package to get the latest sources, as far as I know. On Wed Mar 30 18:17:53 2011, leah@arubanetworks.com wrote: Show quoted text
> I did not, until a few moments ago, have Test-WWW-Selenium installed, > just WWW::Selenium. > So when I did '#cpan WWW::Selenium' it checked > version numbers of that module, which has not changed from 0.93, and > did not update it. > It looks like updating the version of the module > (as opposed to the package) would be a matter of changing line > > our > $VERSION = '0.93'; > > Thank you, > -Leah > > -----Original Message----- > From: Luke Closs via RT [mailto:bug-Test-WWW-Selenium@rt.cpan.org] > Sent: Wednesday, March 30, 2011 3:12 PM > To: Leah Klearman > Subject: > [rt.cpan.org #67099] version of WWW::Selenium has not been rev-ed > <URL: https://rt.cpan.org/Ticket/Display.html?id=67099 > > > I only > bump the version of Test::WWW::Selenium - as it is the package name. > This is the only > version number you should pay attention to. > > Can > you articulate a problem with this? If not I'm going to close this > ticket. > > Thanks, > Luke > > > On Wed Mar 30 18:08:27 2011, > leah@arubanetworks.com wrote:
> > Hi, > > > > > > > > I am noticing
> that as I look at different versions of Test-WWW-Selenium,
> > I am
> seeing changes in the do_command method.
> > > > The versions numbers
> of WWW::Selenium have not been updated as changes
> > have been made. > > > > This obviously has implications in terms of using cpan to
> upgrade the
> > WWW::Selenium module. > > > > > > > > Thank you, > > > >
> -Leah
> >
Subject: RE: [rt.cpan.org #67099] version of WWW::Selenium has not been rev-ed
Date: Wed, 30 Mar 2011 16:44:21 -0700
To: <bug-Test-WWW-Selenium [...] rt.cpan.org>
From: "Leah Klearman" <leah [...] arubanetworks.com>
It turns out Test-WWW-Selenium-1.15 had been run thru cpan2rpm and installed that way. I have tried to reproduce the problem on a machine upon which this has not been the case, but cygwin on windows can't tell me where the package landed, and make fails on my mac. I expect that the following test case would exhibit the problem: # cpan LUKEC/Test-WWW-Selenium-1.15.tar.gz (go look at WWW::Selenium, it's new should *not* take http_method as an argument) # cpan LUKEC/Test-WWW-Selenium-1.24.tar.gz (go look at WWW::Selenium, it's new *should* not take http_method as an argument, but doesn't) Since, for my purposes, I apparently need to run everything thru cpan2rpm, it is no longer an issue for me, but I really do think that the version number should be incremented even in component modules, *especially* since Test::WWW::Selenium is a subclass of WWW::Selenium. Thank you, -Leah Show quoted text
-----Original Message----- From: Luke Closs via RT [mailto:bug-Test-WWW-Selenium@rt.cpan.org] Sent: Wednesday, March 30, 2011 3:20 PM To: Leah Klearman Subject: [rt.cpan.org #67099] version of WWW::Selenium has not been rev-ed <URL: https://rt.cpan.org/Ticket/Display.html?id=67099 > How did you install WWW::Selenium originally? Test-WWW-Selenium is the only supported package to get the latest sources, as far as I know. On Wed Mar 30 18:17:53 2011, leah@arubanetworks.com wrote:
> I did not, until a few moments ago, have Test-WWW-Selenium installed, > just WWW::Selenium. > So when I did '#cpan WWW::Selenium' it checked > version numbers of that module, which has not changed from 0.93, and > did not update it. > It looks like updating the version of the module > (as opposed to the package) would be a matter of changing line > > our > $VERSION = '0.93'; > > Thank you, > -Leah > > -----Original Message----- > From: Luke Closs via RT [mailto:bug-Test-WWW-Selenium@rt.cpan.org] > Sent: Wednesday, March 30, 2011 3:12 PM > To: Leah Klearman > Subject: > [rt.cpan.org #67099] version of WWW::Selenium has not been rev-ed > <URL: https://rt.cpan.org/Ticket/Display.html?id=67099 > > > I only > bump the version of Test::WWW::Selenium - as it is the package name. > This is the only > version number you should pay attention to. > > Can > you articulate a problem with this? If not I'm going to close this > ticket. > > Thanks, > Luke > > > On Wed Mar 30 18:08:27 2011, > leah@arubanetworks.com wrote:
> > Hi, > > > > > > > > I am noticing
> that as I look at different versions of Test-WWW-Selenium,
> > I am
> seeing changes in the do_command method.
> > > > The versions numbers
> of WWW::Selenium have not been updated as changes
> > have been made. > > > > This obviously has implications in terms of using cpan to
> upgrade the
> > WWW::Selenium module. > > > > > > > > Thank you, > > > >
> -Leah
> >
OK, I've bumped WWW::Selenium's version to 1.25. It's up in my github repo. The next time I push a release out, the version will be bumped. I'll try to update it in the future when it changes. Thanks for the bug report. On Wed Mar 30 19:44:30 2011, leah@arubanetworks.com wrote: Show quoted text
> It turns out Test-WWW-Selenium-1.15 had been run thru cpan2rpm and > installed that way. > I have tried to reproduce the problem on a > machine upon which this has not been the case, but cygwin on > windows can't tell me where the package landed, and make fails on > my mac. > > I expect that the following test case would exhibit the > problem: > > # cpan LUKEC/Test-WWW-Selenium-1.15.tar.gz > (go look at > WWW::Selenium, it's new should *not* take http_method as an > argument) > # cpan LUKEC/Test-WWW-Selenium-1.24.tar.gz > (go look at > WWW::Selenium, it's new *should* not take http_method as an > argument, but doesn't) > > Since, for my purposes, I apparently need > to run everything thru cpan2rpm, it is no longer an issue for me, > but I really do think that the version number should be incremented > even in component modules, *especially* since Test::WWW::Selenium > is a subclass of WWW::Selenium. > > Thank you, > -Leah > -----Original Message----- > From: Luke Closs via RT [mailto:bug- > Test-WWW-Selenium@rt.cpan.org] > Sent: Wednesday, March 30, 2011 > 3:20 PM > To: Leah Klearman > Subject: [rt.cpan.org #67099] version > of WWW::Selenium has not been rev-ed > > <URL: > https://rt.cpan.org/Ticket/Display.html?id=67099 > > > How did you > install WWW::Selenium originally? Test-WWW-Selenium is the only > supported > package to get the latest sources, as far as I know. > On Wed Mar 30 18:17:53 2011, leah@arubanetworks.com wrote:
> > I did
> not, until a few moments ago, have Test-WWW-Selenium installed,
> >
> just WWW::Selenium.
> > So when I did '#cpan WWW::Selenium' it
> checked
> > version numbers of that module, which has not changed
> from 0.93, and
> > did not update it. > > It looks like updating the
> version of the module
> > (as opposed to the package) would be a
> matter of changing line
> > > > our > > $VERSION = '0.93'; > > > >
> Thank you,
> > -Leah > > > > -----Original Message----- > > From: Luke
> Closs via RT [mailto:bug-Test-WWW-Selenium@rt.cpan.org]
> > Sent:
> Wednesday, March 30, 2011 3:12 PM
> > To: Leah Klearman > > Subject:
> > [rt.cpan.org #67099] version of WWW::Selenium has not been rev-ed > > <URL: https://rt.cpan.org/Ticket/Display.html?id=67099 >
> > > > I
> only
> > bump the version of Test::WWW::Selenium - as it is the
> package name.
> > This is the only > > version number you should pay
> attention to.
> > > > Can > > you articulate a problem with this? If
> not I'm going to close this
> > ticket. > > > > Thanks, > > Luke > >
> >
> > On Wed Mar 30 18:08:27 2011, > > leah@arubanetworks.com wrote:
> > > Hi,
> > > > > > > > > > > > I am noticing
> > that as I look at
> different versions of Test-WWW-Selenium,
> > > I am
> > seeing
> changes in the do_command method.
> > > > > > The versions numbers
> > of WWW::Selenium have not been updated as changes
> > > have been
> made.
> > > > > > This obviously has implications in terms of using
> cpan to
> > upgrade the
> > > WWW::Selenium module. > > > > > > > > >
> > > Thank you,
> > > > > >
> > -Leah
> > >
Subject: RE: [rt.cpan.org #67099] version of WWW::Selenium has not been rev-ed
Date: Thu, 31 Mar 2011 09:26:02 -0700
To: <bug-Test-WWW-Selenium [...] rt.cpan.org>
From: "Leah Klearman" <leah [...] arubanetworks.com>
Thank you! Show quoted text
-----Original Message----- From: Luke Closs via RT [mailto:bug-Test-WWW-Selenium@rt.cpan.org] Sent: Wednesday, March 30, 2011 5:23 PM To: Leah Klearman Subject: [rt.cpan.org #67099] version of WWW::Selenium has not been rev-ed <URL: https://rt.cpan.org/Ticket/Display.html?id=67099 > OK, I've bumped WWW::Selenium's version to 1.25. It's up in my github repo. The next time I push a release out, the version will be bumped. I'll try to update it in the future when it changes. Thanks for the bug report. On Wed Mar 30 19:44:30 2011, leah@arubanetworks.com wrote:
> It turns out Test-WWW-Selenium-1.15 had been run thru cpan2rpm and > installed that way. > I have tried to reproduce the problem on a > machine upon which this has not been the case, but cygwin on > windows can't tell me where the package landed, and make fails on > my mac. > > I expect that the following test case would exhibit the > problem: > > # cpan LUKEC/Test-WWW-Selenium-1.15.tar.gz > (go look at > WWW::Selenium, it's new should *not* take http_method as an > argument) > # cpan LUKEC/Test-WWW-Selenium-1.24.tar.gz > (go look at > WWW::Selenium, it's new *should* not take http_method as an > argument, but doesn't) > > Since, for my purposes, I apparently need > to run everything thru cpan2rpm, it is no longer an issue for me, > but I really do think that the version number should be incremented > even in component modules, *especially* since Test::WWW::Selenium > is a subclass of WWW::Selenium. > > Thank you, > -Leah > -----Original Message----- > From: Luke Closs via RT [mailto:bug- > Test-WWW-Selenium@rt.cpan.org] > Sent: Wednesday, March 30, 2011 > 3:20 PM > To: Leah Klearman > Subject: [rt.cpan.org #67099] version > of WWW::Selenium has not been rev-ed > > <URL: > https://rt.cpan.org/Ticket/Display.html?id=67099 > > > How did you > install WWW::Selenium originally? Test-WWW-Selenium is the only > supported > package to get the latest sources, as far as I know. > On Wed Mar 30 18:17:53 2011, leah@arubanetworks.com wrote:
> > I did
> not, until a few moments ago, have Test-WWW-Selenium installed,
> >
> just WWW::Selenium.
> > So when I did '#cpan WWW::Selenium' it
> checked
> > version numbers of that module, which has not changed
> from 0.93, and
> > did not update it. > > It looks like updating the
> version of the module
> > (as opposed to the package) would be a
> matter of changing line
> > > > our > > $VERSION = '0.93'; > > > >
> Thank you,
> > -Leah > > > > -----Original Message----- > > From: Luke
> Closs via RT [mailto:bug-Test-WWW-Selenium@rt.cpan.org]
> > Sent:
> Wednesday, March 30, 2011 3:12 PM
> > To: Leah Klearman > > Subject:
> > [rt.cpan.org #67099] version of WWW::Selenium has not been rev-ed > > <URL: https://rt.cpan.org/Ticket/Display.html?id=67099 >
> > > > I
> only
> > bump the version of Test::WWW::Selenium - as it is the
> package name.
> > This is the only > > version number you should pay
> attention to.
> > > > Can > > you articulate a problem with this? If
> not I'm going to close this
> > ticket. > > > > Thanks, > > Luke > >
> >
> > On Wed Mar 30 18:08:27 2011, > > leah@arubanetworks.com wrote:
> > > Hi,
> > > > > > > > > > > > I am noticing
> > that as I look at
> different versions of Test-WWW-Selenium,
> > > I am
> > seeing
> changes in the do_command method.
> > > > > > The versions numbers
> > of WWW::Selenium have not been updated as changes
> > > have been
> made.
> > > > > > This obviously has implications in terms of using
> cpan to
> > upgrade the
> > > WWW::Selenium module. > > > > > > > > >
> > > Thank you,
> > > > > >
> > -Leah
> > >