From 2496f759e3dc6277f266c130de883ce623ddf6fe Mon Sep 17 00:00:00 2001 From: timriker Date: Sat, 15 Mar 2008 17:07:51 +0000 Subject: [PATCH 1/1] might as well strict git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1637 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Units.pl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Modules/Units.pl b/src/Modules/Units.pl index 1f2fec5..3f7a6e2 100644 --- a/src/Modules/Units.pl +++ b/src/Modules/Units.pl @@ -5,8 +5,7 @@ package Units; -#use strict; # TODO - +use strict; sub convertUnits { my ($from,$to) = @_; @@ -27,7 +26,6 @@ sub convertUnits { return; } - 1; # vim:ts=4:sw=4:expandtab:tw=80 -- 2.39.2