Author: pebender
Date: Tue Sep  2 19:18:05 2008
New Revision: 3692

Modified:
    trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums
    trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm

Log:
- Removed incorrect and ignored prototypes from MiniMyth.pm.



Modified: trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums      (original)
+++ trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums      Tue Sep  2  
19:18:05 2008
@@ -1 +1 @@
-59e3d38930984558a7029d40772ee4c2  download/MiniMyth.pm
+0ffecfbb3f37f00d6ebfa94127a3e112  download/MiniMyth.pm

Modified: trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm
==============================================================================
--- trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm       
(original)
+++ trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm      Tue Sep 
  
2 19:18:05 2008
@@ -43,7 +43,7 @@
   
#===============================================================================
  # general functions.
   
#===============================================================================
-sub application_path()
+sub application_path
  {
      my $self        = shift;
      my $application = shift;
@@ -62,7 +62,7 @@
      return $path;
  }

-sub application_running()
+sub application_running
  {
      my $self        = shift;
      my $application = shift;
@@ -81,7 +81,7 @@
      return $running;
  }

-sub application_stop()
+sub application_stop
  {
      my $self        = shift;
      my $application = shift;
@@ -106,7 +106,7 @@
      return 1;
  }

-sub hostname()
+sub hostname
  {
      my $self = shift;


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to