From f525cb48b31b06367e2b60623be516a5af45a551 Mon Sep 17 00:00:00 2001 From: Adrian Kreher Date: Fri, 20 Feb 2009 18:45:34 -0600 Subject: [PATCH] colortest.pl: removed strict, warnings, integer for compatibility with older perls --- colortest.pl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/colortest.pl b/colortest.pl index c2cc550..3a71a39 100755 --- a/colortest.pl +++ b/colortest.pl @@ -1,8 +1,5 @@ #! /usr/bin/env perl -use strict; -use warnings; - # Generate the array # Fill in the first 16 colors. The exact hex codes vary by terminal and device @@ -35,7 +32,6 @@ print "\n"; sub number_to_color { - use integer; my $num = shift; $num -= 16;