From owner-freebsd-bugs@FreeBSD.ORG Fri Feb 16 00:50:07 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A735916A400 for ; Fri, 16 Feb 2007 00:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 7426313C4B4 for ; Fri, 16 Feb 2007 00:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l1G0o7D6078805 for ; Fri, 16 Feb 2007 00:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1G0o7Fk078804; Fri, 16 Feb 2007 00:50:07 GMT (envelope-from gnats) Resent-Date: Fri, 16 Feb 2007 00:50:07 GMT Resent-Message-Id: <200702160050.l1G0o7Fk078804@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, werner fein Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D8FA16A402 for ; Fri, 16 Feb 2007 00:41:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id 630BF13C4BA for ; Fri, 16 Feb 2007 00:41:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l1G0fM6p020407 for ; Fri, 16 Feb 2007 00:41:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l1G0fM2F020406; Fri, 16 Feb 2007 00:41:22 GMT (envelope-from nobody) Message-Id: <200702160041.l1G0fM2F020406@www.freebsd.org> Date: Fri, 16 Feb 2007 00:41:22 GMT From: werner fein To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/109212: needless warnings at runtime with crypt::primes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2007 00:50:07 -0000 >Number: 109212 >Category: misc >Synopsis: needless warnings at runtime with crypt::primes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 00:50:06 GMT 2007 >Closed-Date: >Last-Modified: >Originator: werner fein >Release: 6.2 >Organization: - >Environment: FreeBSD laptop 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Tue Jan 30 23:00:12 CET 2007 fein@laptop:/usr/obj/usr/src/sys/GENERIC i386 >Description: Using Crypt::Primes with strict & warnings in perl generates warnings at runtime, because perhaps $verbose isn't set. >How-To-Repeat: exec following lines as a perlscript: #!/usr/bin/perl -w use strict; use warnings; use Crypt::Primes; >Fix: the file here http://deknos.gbks.net/misc/Primes.pm.new is a corrected version, the warnings won't occur with this instead of the old Primes.pm >Release-Note: >Audit-Trail: >Unformatted: