On Mon Apr 09 14:07:42 2007, NIKC wrote:
Show quoted text> Good point. Can you send me the output from running the env(1)
> command on your system please, and I'll work on fixing this.
Sure, here it is.
I also add the locale(1) output, which is probably more relevant.
locale(1) output:
LANG=it_IT.UTF-8
LC_CTYPE="it_IT.UTF-8"
LC_NUMERIC="it_IT.UTF-8"
LC_TIME="it_IT.UTF-8"
LC_COLLATE="it_IT.UTF-8"
LC_MONETARY="it_IT.UTF-8"
LC_MESSAGES="it_IT.UTF-8"
LC_PAPER="it_IT.UTF-8"
LC_NAME="it_IT.UTF-8"
LC_ADDRESS="it_IT.UTF-8"
LC_TELEPHONE="it_IT.UTF-8"
LC_MEASUREMENT="it_IT.UTF-8"
LC_IDENTIFICATION="it_IT.UTF-8"
LC_ALL=
The problem is simply that you shouldn't use English days and months
names in your tests, since not everyone is using an English locale.
You can try it on your system by setting another locale different from
en* (locale -a will show all the locales available on your system).
Of course the problem I've reported does not prevent one to use SVN::Web
by forcing the installation, but could discourage the casual user.
Here is the env(1) output (without some private non-relevant information):
DESKTOP_STARTUP_ID=
SHELL=/bin/bash
TERM=xterm
GTK_RC_FILES=/etc/gtk/gtkrc:/home/emanuele/.gtkrc-1.2-gnome2
WINDOWID=28655513
SSH_TTY=/dev/pts/0
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
LANG=it_IT.UTF-8
HISTCONTROL=ignoredups
SHLVL=4
GNOME_DESKTOP_SESSION_ID=Default
LESSOPEN=| /usr/bin/lesspipe %s
DISPLAY=:1.0
LESSCLOSE=/usr/bin/lesspipe %s %s
COLORTERM=gnome-terminal
_=/usr/bin/env
Also let me know if you have difficulties in replacing Number::Format
(if you plan to do it): I can upload on CPAN a Number::Format
replacement (though not a drop-in replacement) I've developed, which
does not suffer from the Number::Format limitations.
Thanks for your kind reply and for your great work with SVN::Web.
Cheers,
Emanuele.