diff --git a/src/tools/EPICS/PodHtml.pm b/src/tools/EPICS/PodHtml.pm index a02fc9cc9..ed586156d 100644 --- a/src/tools/EPICS/PodHtml.pm +++ b/src/tools/EPICS/PodHtml.pm @@ -5,6 +5,8 @@ use warnings; use base 'Pod::Simple::HTML'; +our $VERSION = '1.2.1'; + sub encode_entities { my ($self, $str) = @_; my %entities = ( diff --git a/src/tools/EPICS/PodMD.pm b/src/tools/EPICS/PodMD.pm index fb6a47ec3..eadf5fce6 100644 --- a/src/tools/EPICS/PodMD.pm +++ b/src/tools/EPICS/PodMD.pm @@ -7,6 +7,8 @@ use warnings; use base 'Pod::Markdown'; +our $VERSION = '1.1.1'; + # Translate L # into link text# # This is for Sphinx processing on Readthedocs. Sphinx converts diff --git a/src/tools/EPICS/PodXHtml.pm b/src/tools/EPICS/PodXHtml.pm index 3a5e64502..e5ee78e26 100644 --- a/src/tools/EPICS/PodXHtml.pm +++ b/src/tools/EPICS/PodXHtml.pm @@ -5,6 +5,8 @@ use warnings; use base 'Pod::Simple::XHTML'; +our $VERSION = '1.2.1'; + BEGIN { if ($Pod::Simple::XHTML::VERSION < '3.16') { # Add encode_entities() as a method