changeset 269:08e5bfa19978 misc

Add use warnings;
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Mar 2015 08:45:04 +0200
parents 3a6d223a1c5b
children f203d193963d
files materials/parsealloys.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/materials/parsealloys.pl	Sun Mar 08 08:27:00 2015 +0200
+++ b/materials/parsealloys.pl	Sun Mar 08 08:45:04 2015 +0200
@@ -11,6 +11,7 @@
 #You mix nullium and illumium and create a quantity of dukonium
 #You mix nullium and illumium and create a quantity of dukonium
 use strict;
+use warnings;
 use materials;
 
 my $domark = 0;