phash.ph: we haven't required the Graph module for a long time
authorH. Peter Anvin <hpa@zytor.com>
Thu, 18 Feb 2010 18:36:21 +0000 (10:36 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 18 Feb 2010 18:36:21 +0000 (10:36 -0800)
We removed the need for the Graph module back at checkin
c593173e110244f99a3498cb3e23d6c3c07bae35 in 2008.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
perllib/phash.ph

index 8feb6b7..6b31f0a 100644 (file)
@@ -3,8 +3,6 @@
 # Perfect Minimal Hash Generator written in Perl, which produces
 # C output.
 #
-# Requires the CPAN Graph module (tested against 0.81, 0.83, 0.84)
-#
 
 require 'random_sv_vectors.ph';
 require 'crc64.ph';