File: Changes

package info (click to toggle)
libhtml-stripscripts-parser-perl 1.03-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 35; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,417 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
1.03   5 Nov 2009  Changed min version of HTML::StripScripts to 1.0.5
1.02   1 Dec 2007  Made minimum required version of HTML::StripScripts 1.04
                   because of a bug in previous versions
1.01  21 Nov 2007  Made minimum required version of HTML::Parser 3.56
                   because of some parsing bugs in previous versions
                   of that module

1.00   5 Jun 2007  Passed all CPAN tests - bumped version

0.991 29 May 2007  Fixed some Kwalitee issues:
                     - improved META.yml
                     - added Test::Pod and Test::Pod::Coverage tests

0.99  28 May 2007  Added the filter_html() method
                   Added the XSS tests from http://ha.ckers.org/xss.html
                   Now requires HTML::StripScripts v 0.99

0.06  09 Dec 2003  Removed some more tests that proved fragile with respect
                   to HTML::Parser variations.

0.05  09 Dec 2003  Depend on HTML::Parser 3.25 or later, since we need the
                   end_document hook.

0.04  02 Oct 2003  Added PARSER_OPTIONS to the init() method.

0.03  02 Oct 2003  Removed some fragile tests that depended on HTML::Parser
                   parsing in a particular way.

                   Added a workaround for HTML::Parser bug
                   http://rt.cpan.org/NoAuth/Bug.html?id=3954

0.02  31 Mar 2003  Removed misplaced =back in the POD.

0.01  30 Mar 2003  Initial release.