[padb-devel] [padb] r194 committed - Enable warnings in-line rather than use the -w switch. We can do this...

codesite-noreply at google.com codesite-noreply at google.com
Sun Sep 6 10:39:23 BST 2009


Revision: 194
Author: apittman
Date: Sun Sep  6 02:36:14 2009
Log: Enable warnings in-line rather than use the -w switch.  We can do this
now because the comp() function used to disable them locally however
we no longer have that function.

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

Modified:
  /branches/cleanup/src/padb

=======================================
--- /branches/cleanup/src/padb	Sun Sep  6 02:34:02 2009
+++ /branches/cleanup/src/padb	Sun Sep  6 02:36:14 2009
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl

  # padb. a simple parallel debugging aid.

@@ -204,6 +204,7 @@

   
###############################################################################

+use warnings;
  use strict;
  use Getopt::Long;
  use File::Basename;




More information about the padb-devel mailing list