more robust way of skipping when Test::Exception is not present
commitdd3dd9e0fff2d79974fe4b414aeb98647db1ba02
authorJérôme Quelin <jquelin@gmail.com>
Tue, 8 Jan 2008 17:53:55 +0000 (8 18:53 +0100)
committerJérôme Quelin <jquelin@gmail.com>
Tue, 8 Jan 2008 17:53:55 +0000 (8 18:53 +0100)
treeedea553e4f494fa0395b12293abde6269e873992
parent72510537bd658f48bb867b168d17c59fb69c6e73
more robust way of skipping when Test::Exception is not present

- BEGIN { use_ok('Test::Exception') } isn't very wise
- added "use warnings"
- cleaned tests number counting (now in the plan at the top)
t/1-classes/vector.t