From nobody@FreeBSD.org  Fri Feb 16 00:41:22 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 6D8FA16A402
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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<usenet-mail@gbks.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: needless warnings at runtime with crypt::primes
X-Send-Pr-Version: www-3.0

>Number:         109212
>Category:       ports
>Synopsis:       security/p5-Crypt-Primes: needless warnings at runtime with crypt::primes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 16 00:50:06 GMT 2007
>Closed-Date:    Wed Sep 26 01:33:04 GMT 2007
>Last-Modified:  Wed Sep 26 01:33:04 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-bugs->mharo 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Feb 16 04:34:54 UTC 2007 
Responsible-Changed-Why:  
Make this a ports PR and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109212 
Responsible-Changed-From-To: mharo->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Mar 23 09:51:02 UTC 2007 
Responsible-Changed-Why:  

Maintainer was reset. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109212 
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Fri Mar 23 14:00:16 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109212 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Wed Sep 26 01:32:33 UTC 2007 
State-Changed-Why:  
This patch should send to CPAN, not FreeBSD. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=109212 
>Unformatted:
