colortest.pl: removed strict, warnings, integer for compatibility with older perls

This commit is contained in:
Adrian Kreher 2009-02-20 18:45:34 -06:00
parent 48fbe30aeb
commit f525cb48b3

View file

@ -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;