Weak references are not implemented in the version of perl

なにげなく aptitude upgrade したら CRON からメールがきまくって

Weak references are not implemented in the version of perl at /usr/local/share/perl/5.8.4/DBIx/Class/Schema.pm line 7

とかで Scalar::Util::weaken 使ってるスクリプトが全滅。

おいおいなんだよこれ。

weaken は Catalyst でも DBIC でも使ってるのでこのままだと fastcgi プロセス再起したらこの鯖で動いてる Web アプリ全部死亡する危機w

なんでだろーとおもってとりあえず Scalar::Util 再インストールしたら直った。

謎過ぎる。。同じバージョンだったのに。

by typester / at 2006-06-26T22:47:00 / perl · debian / Comments(0)