Skip to content

Commit

Permalink
v1.97
Browse files Browse the repository at this point in the history
    - Respect CDATA[[ sections when parsing HTML (GH#298) (Max Maischein)
    - extract image links also from css (GH#12) (Jozef Kutej) and (GH#297)
      (Julien Fiegehenn)
    - s/parm/param/ in documentation (GH#295) (Olaf Alders)
  • Loading branch information
oalders committed May 14, 2020
1 parent 3135740 commit 0a56289
Show file tree
Hide file tree
Showing 6 changed files with 187 additions and 168 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for WWW::Mechanize

{{$NEXT}}
1.97 2020-05-14 00:46:53Z
- Respect CDATA[[ sections when parsing HTML (GH#298) (Max Maischein)
- extract image links also from css (GH#12) (Jozef Kutej) and (GH#297)
(Julien Fiegehenn)
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2004-2016 by Andy Lester.
This software is copyright (c) 2004 by Andy Lester.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2004-2016 by Andy Lester.
This software is Copyright (c) 2004 by Andy Lester.

This is free software, licensed under:

Expand Down Expand Up @@ -272,7 +272,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2004-2016 by Andy Lester.
This software is Copyright (c) 2004 by Andy Lester.

This is free software, licensed under:

Expand Down
Loading

0 comments on commit 0a56289

Please sign in to comment.