diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Pod/Simple/HTML.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Pod/Simple/HTML.pm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/Pod/Simple/HTML.pm b/Master/tlpkg/tlperl/lib/Pod/Simple/HTML.pm index 12fad403589..8a2f81569c1 100644 --- a/Master/tlpkg/tlperl/lib/Pod/Simple/HTML.pm +++ b/Master/tlpkg/tlperl/lib/Pod/Simple/HTML.pm @@ -10,7 +10,7 @@ use vars qw( $Doctype_decl $Content_decl ); @ISA = ('Pod::Simple::PullParser'); -$VERSION = '3.20'; +$VERSION = '3.28'; BEGIN { if(defined &DEBUG) { } # no-op @@ -134,7 +134,7 @@ my @_to_accept; qw[ sample=samp definition=dfn - kbd=keyboard + keyboard=kbd variable=var citation=cite abbreviation=abbr @@ -145,6 +145,8 @@ my @_to_accept; small=small underline=u strikethrough=s + preformat=pre + teletype=tt ] # no point in providing a way to get <q>...</q>, I think ), @@ -1089,7 +1091,7 @@ pod-people@perl.org mail list. Send an empty email to pod-people-subscribe@perl.org to subscribe. This module is managed in an open GitHub repository, -L<http://github.com/theory/pod-simple/>. Feel free to fork and contribute, or +L<https://github.com/theory/pod-simple/>. Feel free to fork and contribute, or to clone L<git://github.com/theory/pod-simple.git> and send patches! Patches against Pod::Simple are welcome. Please send bug reports to |