ith 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-backport
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]
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]
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
>
iled.
Later in the examples...
# force install modules ( must use -i )
cpan -fi CGI::Minimal URI
Seems like 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]
o
> see tainted by this far removed use 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 U
ch:
>
> $ perl -MConfig -e 'print $Config{installsitearch} . "\n"'
> /usr/local/lib/perl/5.8.4
> $ perl -MConfig -e 'print $Config{installsitsearch} . "\n"'
>
Thanks! I've applied this upstream to the Perl core with Perl
change #3066
other the write multiple times, so ...
> ^^^
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]
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 PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
stead the actual UTF-8 chars.
>
> Say there on the man page what to do.
> I had to do
> $ perl file|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 t
it in CPAN, but
> integrating it into Debian 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/>
Ste
ollowing GCC bug:
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30484
>
> Some other languages (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]
ow if the bug is in Perl (perhaps a buffering bug), glibc
> or in the kernel...
>
Well, without any 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]
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 L.
>
The following patch was applied upstream.
ge: /usr/share/man/man1/xsubpp.1.gz
> error: hierachical -> hierarchical
> source: lib/ExtUtils/xsubpp
>
> 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.
S
herefore we suspect
> that the problem is either in a patch that we are applying, or in a patch
> that they are applying and we are not.
>
> We are still working on it. Just wanted to share our progress.
>
It sounds like the gcc optimization is causing various math "optimizations" to
occur. For Perl, however, math optimizations typically cause failures 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]
gt;
Unfortunately, the author of the CPAN module may never see this bug. Perhaps
you should 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]
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 >
>
It appears to be behaving as expected. The only problem is the missing
E and E.
[EMAIL PROTECTED]:~$ cat not_buggy
__END__
=head1 FOO
I x E>
B x E>
F x E>
S x E>
=cut
[EMAIL PROTECTED]:~$ pod2html not_buggy | grep '>'
/usr/bin/pod2html: no title for not_buggy.
< x >
< x >
< x >
< x >
Steve Peters
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
ome reason,
various OS's are failing to distribute the file lib/auto/List/Util/Util.so
with their Perls. This, of course, causes various things to fail.
There are Ubuntu bugs open for more recent Perl's as well, so this
really should be fixed.
Steve Peters
[EMAIL PROTECTED]
signature.asc
Description: Digital signature
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
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::MapUTF8&mode=all";
>
Maybe you should cont
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
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 wa
ny more. I also made some benchmark analysis (twice for
> every 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 Pet
quot;
>
This bug has just been fixed in the Perl core repository with change
#27635.
Steve Peters
[EMAIL PROTECTED]
signature.asc
Description: Digital signature
o he can make the
changes 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
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]
28 matches
Mail list logo