Bug#913352: bs1770gain: Concern about white supremacist statements in bs1770gain 0.5.1

2018-11-09 Thread Steve Peters
with a patch or by rolling back to 0.4.12. Regards, Steve Peters -- System Information: Debian Release: stretch/sid APT prefers xenial-updates APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 'xenial'), (100, 'xenial-backports') Architecture: amd64 (x86_64) Foreign

Bug#336920: perl: calculating primes hack segafults on i386: backtrace

2008-01-30 Thread Steve Peters
The Perl bug this depends on, RT #24274, has been closed upstream. Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#460922: perl-doc: Typo in File::Find(3)

2008-01-30 Thread Steve Peters
This has been fixed upstream with the following change. http://public.activestate.com/cgi-bin/perlbrowse/p/33127 Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#434280: perl: cpan force install

2007-07-24 Thread Steve Peters
On Sun, Jul 22, 2007 at 11:02:29PM -0700, Jack Bates wrote: On Sun, Jul 22, 2007 at 10:18:03PM -0500, Steve Peters wrote: On Sun, Jul 22, 2007 at 02:24:10PM -0700, Jack Bates wrote: Package: perl Version: 5.8.8-7 Severity: wishlist I wish there were a way to pass 'force

Bug#434280: perl: cpan force install

2007-07-22 Thread Steve Peters
its already a feature to me. Can someone confirm that the latest Debian version can do this? Thanks, Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#421846: Text::Balanced uses $ , incurring performance penalty

2007-05-01 Thread Steve Peters
of $ :-( ) Newest version of Text::Balanced in CPAN is version 2.0.0 and has removed the use of $ as far back as 1.99.0. The current CPAN version has already been integrated into bleadperl. Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble

Bug#415711: typo in h2ph man page's default destination path ($Config{'installsitsearch'})

2007-03-21 Thread Steve Peters
-MConfig -e 'print $Config{installsitsearch} . \n' Thanks! I've applied this upstream to the Perl core with Perl change #30660. Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#412369: perl-doc: s/bother the write/bother to write/ perlretut.1

2007-02-25 Thread Steve Peters
... ^^^ This change has been made previously to development versions of Perl upstream. Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#406570: perl -w: add tip: $ perhaps should be @

2007-02-09 Thread Steve Peters
syntax $F[5,10] not supported at -e line 1 (#1) B (W syntax) Multidimensional arrays aren't written like $foo[1,2,3]. B They're written like $foo[1][2][3], as in C. Ummm...but I don't want to be nagged if it *is* what I want to do. This is Perl, not Microsoft. Steve Peters [EMAIL

Bug#410259: Data::Dumper.3perl.gz: add non-escaped UTF-8 producing example

2007-02-08 Thread Steve Peters
|ascii2uni -C as a workaround. Unfortunately, ascii2uni is not a part of Perl, and is probably not cross-platform, so is not a usable example. Perhaps you'd like to propose an example using Perl code, and a patch for the documentation? Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email

Bug#408497: perl-modules: Math::Trig: great_circle_waypoint() returns bad latitudes

2007-01-26 Thread Steve Peters
would be fine, too. Patch attached. Thanks. bye, Roland A new version of the Math::Trig module was uploaded to CPAN last week with that very fix. See http://search.cpan.org/dist/Math-Complex/ Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

Bug#407235: perl: -2^31 % -1 fails on several platforms

2007-01-17 Thread Steve Peters
(e.g. Ada, Java, PHP) give the correct answer. So, why not Perl... This has been resolved in development versions of Perl. Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#404593: perl: incorrect line reading at block boundary (probable race condition)

2006-12-27 Thread Steve Peters
code to demonstrate the problem, it is really hard to say which one of the above is the actual problem. Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#404495: perlreref.1.gz: raw perldoc stuff on man page?

2006-12-26 Thread Steve Peters
On Mon, Dec 25, 2006 at 11:02:28PM +0800, Dan Jacobson wrote: Package: perl-doc Version: 5.8.8-6.1 Severity: minor File: /usr/share/man/man1/perlreref.1.gz Weird line on rendered man page: delimiters can be used. Must be reset with Lreset|perlfunc/reset. The following patch was

Bug#395426: perl: spelling errors

2006-10-26 Thread Steve Peters
You might want to spellcheck everything, I might have missed some. Thanks, Thanks! This has been applied upstream to the Perl repository as change #29121. Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#374396: Some findings about this bug

2006-08-04 Thread Steve Peters
in t/op/numconvert.t and t/op/pack.t. You may want to test with -O1 to narrow the possible -f option that may be causing the problems. Steve Peters [EMAIL PROTECTED]

Bug#380551: /usr/bin/cpan: configure offline

2006-07-31 Thread Steve Peters
file the bug as directed within the CPAN documentation. Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#378327: pod2html converts I ... etc. incorrectly

2006-07-16 Thread Steve Peters
On Sun, Jul 16, 2006 at 03:01:28PM +0200, Jakub Wilk wrote: * Steve Peters [EMAIL PROTECTED], 2006-07-15, 09:27: $ cat buggy __END__ =head1 FOO I x B x F x S x =cut $ pod2html buggy | grep 'gt;' pemx /emgt;/p pstrongx /stronggt;/p pemx /emgt;/p pxnbsp;gt;/p

Bug#378327: pod2html converts I ... etc. incorrectly

2006-07-15 Thread Steve Peters
]:~$ pod2html not_buggy | grep 'gt;' /usr/bin/pod2html: no title for not_buggy. pemlt; x gt;/em/p pstronglt; x gt;/strong/p pemlt; x gt;/em/p plt;nbsp;xnbsp;gt;/p Steve Peters [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger weak references not implemented

2006-05-30 Thread Steve Peters
open for more recent Perl's as well, so this really should be fixed. Steve Peters [EMAIL PROTECTED] signature.asc Description: Digital signature

Bug#367291: CPAN.3perl.gz: mention CPAN URL

2006-05-15 Thread Steve Peters
On Mon, May 15, 2006 at 05:56:51AM +0800, Dan Jacobson wrote: Package: perl-doc Version: 5.8.8-4 Severity: wishlist X-Debbugs-Cc: [EMAIL PROTECTED] File: /usr/share/man/man3/CPAN.3perl.gz Perhaps mention the URL of the CPAN main website somewhere on this page, just in case users want to

Bug#361992: a2p % modulus very different than awk

2006-05-15 Thread Steve Peters
On Tue, Apr 11, 2006 at 11:44:43PM +0800, Dan Jacobson wrote: Package: perl Version: 5.8.7-10 Severity: normal File: /usr/bin/a2p Big fat a2p bug, not mentioned on man page even: $ awk 'BEGIN{print 0.6 % 11}' 0.6 $ echo 'BEGIN{print 0.6 % 11}'|a2p|perl 0 $ echo 'BEGIN{print 0.6 %

Bug#361991: cpan -s to initiate searches

2006-05-15 Thread Steve Peters
On Tue, Apr 11, 2006 at 11:59:02PM +0800, Dan Jacobson wrote: Package: perl Version: 5.8.7-10 Severity: wishlist File: /usr/bin/cpan Idea: $ cpan -s Unicode::MapUTF8 could invoke $ $BROWSER http://search.cpan.org/search?query=Unicode::MapUTF8mode=all; Maybe you should contact the CPAN

Bug#357670: perlop: Math::Fraction?

2006-05-15 Thread Steve Peters
This is not a bug. These are shown as examples of existing CPAN modules, not as modules included with Perl. Please feel free to download and use Math::Fraction if you wish. signature.asc Description: Digital signature

Bug#363599: perl-base: Deep recursion on subroutine B::Deparse::find_scope at /usr/lib/perl/5.8.8/B/Deparse.pm line 1321

2006-04-19 Thread Steve Peters
implementation) and it seems to run almost 10% faster now: A few quick questions. First, does Devel::Cover continue to pass all of its tests with your patch? Second, does Perl pass all of its tests with this patch? Steve Peters [EMAIL PROTECTED] signature.asc Description: Digital signature

Bug#358455: perl-doc: Typo in perlsec(1)

2006-03-30 Thread Steve Peters
repository with change #27635. Steve Peters [EMAIL PROTECTED] signature.asc Description: Digital signature

Bug#320060: s/sentnce/sentence/

2006-03-01 Thread Steve Peters
to his sources as well. Thanks, Steve Peters [EMAIL PROTECTED] Change 27358 by [EMAIL PROTECTED] on 2006/03/01 20:15:27 Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby. Affected files ... ... //depot/perl/lib/Locale/Maketext/TPJ13.pod#6 edit Differences

Bug#350023: sparc perl package missing weak refereces

2006-01-26 Thread Steve Peters
On Thu, Jan 26, 2006 at 11:34:07AM -0600, Damon Anderson wrote: Can you replicate this problem after forcing a re-install of Scalar::Utils? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]