1
0
Files
perl-WWW-Mechanize/perl-WWW-Mechanize.changes
Juergen Weigert f9c0d800f2 - update to 0.64,
Parsing of forms has been delayed until they're actually needed.
  If don't use forms on a page, you'll no longer waste time and memory
  parsing them.
  $mech->title now caches the title of the page after parsing the
  page to find it.
  mech-dump now takes a --cookie-file parameter for keeping cookies
  between calls.
  $mech->form_name() and $mech->form_number() no longer throw warnings
  if they can't find the form specified.  They still return undef,
  though.
  More additions to the FAQ.

- added back old changelog entries from before 2009

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=6
2010-07-02 09:40:21 +00:00

50 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Fri Jul 2 09:33:24 UTC 2010 - jw@novell.com
- update to 0.64,
Parsing of forms has been delayed until they're actually needed.
If don't use forms on a page, you'll no longer waste time and memory
parsing them.
$mech->title now caches the title of the page after parsing the
page to find it.
mech-dump now takes a --cookie-file parameter for keeping cookies
between calls.
$mech->form_name() and $mech->form_number() no longer throw warnings
if they can't find the form specified. They still return undef,
though.
More additions to the FAQ.
-------------------------------------------------------------------
Thu Oct 29 20:06:25 CET 2009 - jw@suse.de
- updated to 0.60
-------------------------------------------------------------------
Fri Dec 19 2008 - Stephan Kulow <coolo@suse.de>
- 1.52
-------------------------------------------------------------------
Wed Jun 21 2006 - James Oakley <jfunk@funktronics.ca>
- 1.18-1
- Update
-------------------------------------------------------------------
Fri Nov 11 2005 - James Oakley <jfunk@funktronics.ca>
- 1.16-ft.1
- Update
- Build for SL10
-------------------------------------------------------------------
Thu May 12 2005 - James Oakley <jfunk@funktronics.ca>
- 1.12-ft.1
- Update
- Build for SL93
-------------------------------------------------------------------
Fri Nov 19 2004 - James Oakley <jfunk@funktronics.ca>
- 1.04-ft.1
- Initial release