FreeBSD Bugzilla – Attachment 71115 Details for
Bug 103653
[patch] Bug in p5-Number-Format
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 479 bytes, created by
Warren Block
on 2006-09-26 01:10:14 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Warren Block
Created:
2006-09-26 01:10:14 UTC
Size:
479 bytes
patch
obsolete
>--- /tmp/Format.pm Mon Sep 25 17:50:02 2006 >+++ /usr/local/lib/perl5/site_perl/5.8.8/Number/Format.pm Mon Sep 25 17:50:10 2006 >@@ -644,7 +644,7 @@ > > # Combine it all back together and return it. > $self->{int_curr_symbol} =~ s/\s*$/ /; >- my $result = ($self->{int_curr_symbol} . ' ' >+ my $result = ($self->{int_curr_symbol} . > ($precision ? > join($self->{mon_decimal_point}, $integer, $decimal) : > $integer));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 103653
: 71115