diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-04-15 12:46:01 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-04-15 12:46:01 +0200 |
commit | 74ecfd9fbd5821c44c3c4a2ef4614dc1b82229e8 (patch) | |
tree | d77ec2a92c9ed2ce0f53acd87a7f85eeb096f53d /lib | |
parent | d26eb6352e4bf90a8424eb2168b511d740f513c1 (diff) | |
download | manatools-74ecfd9fbd5821c44c3c4a2ef4614dc1b82229e8.tar manatools-74ecfd9fbd5821c44c3c4a2ef4614dc1b82229e8.tar.gz manatools-74ecfd9fbd5821c44c3c4a2ef4614dc1b82229e8.tar.bz2 manatools-74ecfd9fbd5821c44c3c4a2ef4614dc1b82229e8.tar.xz manatools-74ecfd9fbd5821c44c3c4a2ef4614dc1b82229e8.zip |
Fixed POD
Diffstat (limited to 'lib')
-rw-r--r-- | lib/AdminPanel/Module/Services.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/AdminPanel/Module/Services.pm b/lib/AdminPanel/Module/Services.pm index d8c5a4d8..e84d6489 100644 --- a/lib/AdminPanel/Module/Services.pm +++ b/lib/AdminPanel/Module/Services.pm @@ -26,7 +26,7 @@ AdminPanel::Module::Services - This module aims to manage service You can find documentation for this module with the perldoc command: - perldoc AdminPanel::Module::Services::Module + perldoc AdminPanel::Module::Services =head1 SEE ALSO @@ -53,8 +53,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -=head1 FUNCTIONS - =cut @@ -165,6 +163,9 @@ Version 1.0.0 our $VERSION = '1.0.0'; +=head1 METHODS + +=cut #============================================================= |