あたらしものずきっ!

試してみたものとか、遊んでみたものを色々記してみます。

SWF::Builderのインストール

インストールにこけたけど、検索してみたら Font::TTF もいるっぽい。
http://www.deftrash.com/blog/archives/2005/06/swfbuilder.html

cpan> install SWF::Builder

とやって、

# Test 3 got: (t/movie.t at line 18)
not ok 3
# Expected: 'ok'
# t/movie.t line 18 is: ok(eval{$font = $mc->new_font('t/test.ttf'); 'ok'}, 'ok');
Use of uninitialized value in string eq at (..)SWF/Builder/Character/Text.pm line 67.
Can't call method "size" on an undefined value at t/movie.t line 20.

みたいな結果がでたら、先に

cpan> install Font::TTF

としよう。