From 3031bb8ee252675e692cc9ee66249e975b47c00f Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 18 Feb 2010 10:36:21 -0800 Subject: [PATCH] phash.ph: we haven't required the Graph module for a long time We removed the need for the Graph module back at checkin c593173e110244f99a3498cb3e23d6c3c07bae35 in 2008. Signed-off-by: H. Peter Anvin --- perllib/phash.ph | 2 -- 1 file changed, 2 deletions(-) diff --git a/perllib/phash.ph b/perllib/phash.ph index 8feb6b70..6b31f0a0 100644 --- a/perllib/phash.ph +++ b/perllib/phash.ph @@ -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'; -- 2.11.4.GIT