OSDN Git Service

Inserted 'use warnings'.
[mt-acme/Lou.git] / lib / Lou.pm
index b4d3fff..da5ca05 100644 (file)
@@ -20,6 +20,7 @@
 
 package Lou;
 use strict;
+use warnings;
 
 use Acme::Lou;
 my $lou = undef;