Fix tests

- perltidy
- add pod to new modules
- code fix for accessing config via Base.pm
- fix some minor typos
This commit is contained in:
Duncan Ferguson 2017-12-27 10:58:28 +00:00
parent 0fe831e25f
commit b9731d0e35
5 changed files with 179 additions and 15 deletions

View file

@ -100,7 +100,6 @@ sub window {
return $self->{window};
}
# Set up UTF-8 on STDOUT
binmode STDOUT, ":utf8";
@ -595,6 +594,10 @@ slash_slash_equal($a, 0) is equivalent to $a //= 0
=item update_display_text
=item window
Method to access assosiated window module
=item write_default_user_config
=back