Subject: | In page_stack, each page is saved twice |
Date: | Wed, 30 Mar 2005 11:21:31 -0800 |
From: | "Lan, Fang" <flan [...] amazon.com> |
To: | <bug-WWW-Mechanize [...] rt.cpan.org> |
Hi,
I noticed that back() is not working properly. The problem is like this:
1) If I call back() once, it returns to the last page -- this is good.
2) If I call back() twice, it should return to the last last page, but it still returns to the last page.
I dig into the page_stack, and found that each page is saved twice in it.
Can you take a look of this problem?
Thank you!
-Fang