summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kennedy <adam@ali.as>2007-05-07 16:23:32 +0000
committerAdam Kennedy <adam@ali.as>2007-05-07 16:23:32 +0000
commitf978294debed238de8b52f60b0f3f0ea24b77982 (patch)
treed4865c5a9bff0fe61d026b03f7ebf736530f0975
parentfaa02a62ff862516f1a4bb171ec3f8096e24557c (diff)
Various small changes
-rw-r--r--t/01_main.t7
1 files changed, 5 insertions, 2 deletions
diff --git a/t/01_main.t b/t/01_main.t
index f9ff188..454ec0c 100644
--- a/t/01_main.t
+++ b/t/01_main.t
@@ -1,10 +1,13 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
# Formal testing for File::Flat
use strict;
use File::Spec::Functions ':ALL';
-BEGIN { $| = 1 }
+BEGIN {
+ $| = 1;
+ $^W = 1;
+}
use File::Copy 'copy';
use File::Remove 'remove';