diff options
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 #============================================================= |