mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +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
|
@ -39,3 +39,41 @@ sub new {
|
|||
}
|
||||
|
||||
1;
|
||||
|
||||
=pod
|
||||
|
||||
=head1 NAME
|
||||
|
||||
App::ClusterSSH::Window - Base obejct for different types of window module
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Base object to allow for configuring and using different types of windows libraries
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
=over 4
|
||||
|
||||
=item $obj = App::ClusterSSH::Window->new({});
|
||||
|
||||
Creates object
|
||||
|
||||
=back
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
Duncan Ferguson, C<< <duncan_j_ferguson at yahoo.co.uk> >>
|
||||
|
||||
=head1 LICENSE AND COPYRIGHT
|
||||
|
||||
Copyright 1999-2016 Duncan Ferguson.
|
||||
|
||||
This program is free software; you can redistribute it and/or modify it
|
||||
under the terms of either: the GNU General Public License as published
|
||||
by the Free Software Foundation; or the Artistic License.
|
||||
|
||||
See http://dev.perl.org/licenses/ for more information.
|
||||
|
||||
=cut
|
||||
|
||||
1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue