[padb] r338 committed - Run through perlcritic and get rid of the easy offenders from the new ...

padb at googlecode.com padb at googlecode.com
Wed Nov 25 18:00:10 GMT 2009


Revision: 338
Author: apittman
Date: Wed Nov 25 09:59:00 2009
Log: Run through perlcritic and get rid of the easy offenders from the new  
pbs code.

http://code.google.com/p/padb/source/detail?r=338

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Wed Nov 25 09:50:16 2009
+++ /trunk/src/padb	Wed Nov 25 09:59:00 2009
@@ -2644,7 +2644,7 @@
  my %pbs_tabjobs;

  sub pbs_is_installed {
-    return find_exe("qstat");
+    return find_exe('qstat');
  }

  # Load a list of jobs from a given server, saving the server and the host  
list
@@ -2683,6 +2683,7 @@
              }
          }
      }
+    return;
  }

  sub pbs_get_data {




More information about the padb-devel mailing list