On Mon, Sep 30, 2002 at 09:12:14AM +0200, H.Merijn Brand wrote: > use_ok ("Test::More"); > is ($Test::More::VERSION, 0.47, "Test::More version check"); > > ain't quite the same either.
> Some of my tests indeed *require* a certain version of some::module. > Someting to add to Test::More? Requiring a specific version of a module is rare. Write a Test::Version if you like. BTW You want to check using UNIVERSAL::VERSION. Test::More->VERSION. > > > 2. I'm testing conversions to and from Unicode > > > > Unicode... wasn't he the bad guy in the Transformers Movie? > > \N{INVERTED QUESTION MARK LEFT} http://www.unicron.com/mainpage/unicron/unicron.htm In "The Transformers: The Movie" Unicron was this robotic planet that ate other planets. This wouldn't be interesting except his voice was played by Orson Wells in one of his last performances. Anyhow, I know more about Unicron than Unicode. -- Michael G. Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/ Perl Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One Perl_croak(aTHX_ "Believe me, you don't want to use \"-u\" on a Macintosh"); -- toke.c