summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Pod/PlainText.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Pod/PlainText.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Pod/PlainText.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Pod/PlainText.pm b/Master/tlpkg/tlperl/lib/Pod/PlainText.pm
index 06df184097f..81fee052903 100644
--- a/Master/tlpkg/tlperl/lib/Pod/PlainText.pm
+++ b/Master/tlpkg/tlperl/lib/Pod/PlainText.pm
@@ -29,7 +29,7 @@ use vars qw(@ISA %ESCAPES $VERSION);
# by Pod::Usage.
@ISA = qw(Pod::Select);
-$VERSION = '2.05';
+$VERSION = '2.06';
BEGIN {
if ($] < 5.006) {
@@ -394,6 +394,10 @@ sub cmd_for {
$self->verbatim ($_, $line);
}
+# just a dummy method for the time being
+sub cmd_encoding {
+ return;
+}
############################################################################
# Interior sequences