Codebase list libhtml-strip-perl / 790748c
Import upstream version 2.12 Debian Janitor 1 year, 1 month ago
4 changed file(s) with 13 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension HTML::Strip.
1
2 2.12 Mon 20 Mar 2023 19:17:06 EET
3 - update META.yml to version 2 spec
4 (patch contributed by Boyd Duffee)
5 - fixes test failure in t/420_pod_coverage.t with Test::Pod::Coverage installed
16
27 2.11 Tue 14 Mar 2023 13:18:29 EET
38 - fix public VSC info for MetaCPAN (RT#115740)
4242 }
4343 },
4444 "release_status" : "stable",
45 "version" : "2.11",
45 "version" : "2.12",
4646 "x_recommended" : {
4747 "HTML::Entities" : 0
4848 },
2424 perl: '5.008'
2525 strict: '0'
2626 warnings: '0'
27 version: '2.11'
27 version: '2.12'
2828 x_recommended:
2929 HTML::Entities: 0
3030 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
11
22 require DynaLoader;
33 our @ISA = qw(DynaLoader);
4 our $VERSION = '2.11';
4 our $VERSION = '2.12';
55 bootstrap HTML::Strip $VERSION;
66
77 use 5.008;
226226 Takes a boolean value. If set to false, HTML::Strip will not attempt
227227 any conversion of tags into spaces. Set to true by default.
228228
229 =item set_emit_newlines()
230
231 Takes a boolean value. If set to true, HTML::Strip will output newlines
232 after C<E<lt>brE<gt>> and C<E<lt>pE<gt>> tags. Set to false by default.
233
229234 =item set_decode_entities()
230235
231236 Takes a boolean value. If set to false, HTML::Strip will not decode HTML