mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 01:43:25 +00:00
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:
parent
0fe831e25f
commit
b9731d0e35
5 changed files with 179 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue