diff options
Diffstat (limited to 'bin/trace')
-rwxr-xr-x | bin/trace | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl ## # Copyright by The HDF Group. # Copyright by the Board of Trustees of the University of Illinois. @@ -12,6 +12,7 @@ # help@hdfgroup.org. ## require 5.003; +use warnings; $Source = ""; ############################################################################## |