Bug 5448 Use Test::More in Boolean.t
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 26 Nov 2010 16:31:34 +0000 (16:31 +0000)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 1 Dec 2010 19:51:32 +0000 (08:51 +1300)
commit78be08c73e4265a996c4777a90757fd66991320a
tree094271c164b41e33dbf72fca65fe61325704f6c1
parent31439fc51adc7e32a2eff6608bf91e08fcbf0ade
Bug 5448 Use Test::More in Boolean.t

Use Test::More's structure as more readable
Replaced a test of an used function with a use_ok test
of the module

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
t/Boolean.t