From 402a9b885ea3576b01a2a328e92cd39b5b2a6058 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 30 Mar 2006 02:15:06 +0000 Subject: [PATCH] Use warnings in the perl module header --- templates/perl_module_header.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/perl_module_header.pm b/templates/perl_module_header.pm index 774dcc5..af4f319 100644 --- a/templates/perl_module_header.pm +++ b/templates/perl_module_header.pm @@ -22,7 +22,7 @@ None known. =cut - +use warnings; use strict; use vars qw($VERSION $DEBUG %EXPORT_TAGS @EXPORT_OK @EXPORT); use base qw(Exporter); -- 2.39.2