RT for rt.cpan.org
Skip Menu
|
Bug #32438 for Unicode-Japanese: 開発版バージョン表記の問題を報告します
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Unicode-Japanese CPAN distribution
.
Report information
The Basics
Id:
32438
Status:
resolved
Priority:
0/
Queue:
Unicode-Japanese
People
Owner:
Nobody in particular
Requestors:
kijou.masayuki [...] gmail.com
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Fri Jan 18 23:00:15 2008
kijou.masayuki [...] gmail.com - Ticket created
Subject:
開発版バージョン表記の問題を報告します
Date:
Sat, 19 Jan 2008 12:59:56 +0900
To:
bug-Unicode-Japanese [...] rt.cpan.org
From:
K2 <kijou.masayuki [...] gmail.com>
$VERSION = '0.44_02'; と文字列で表記した場合、アンダースコアが含まれていると、 use Unicode::Japanese 0.44_02; のようにバージョン指定で呼び出した場合、エラーになります。対策としては、 以下のperldocにも記されているように、 $VERSION = eval $VERSION; を加える方法があります(クォート外して数値で書くのは何か別の問題があっ た気がする(失念)ので)。 参考:
http://hio.jp/translation/perldoc/pod/perlmodstyle.html#Version_numbering
以上です。 # 古いバージョンのPerlでの動作、今のところ問題ありません。 # 修正ありがとうございました。
Thu Oct 02 02:50:39 2008
HIO [...] cpan.org - Correspondence added
fixed in repository and will be released as 0.47 --
Thu Oct 02 02:50:40 2008
The RT System itself - Status changed from 'new' to 'open'
Thu Oct 02 02:50:41 2008
HIO [...] cpan.org - Status changed from 'open' to 'resolved'