diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-05 11:12:16 -0800 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-05 11:12:16 -0800 |
| commit | c260924a9f9312ca8bf74e78d24ae1d3c75ccf10 (patch) | |
| tree | 3b5a594eec7ac3ae47aed91251097e69572c4b02 /t/001_base.t | |
| parent | Correct test count (diff) | |
| download | jitterbug-c260924a9f9312ca8bf74e78d24ae1d3c75ccf10.tar.gz | |
Add a compile check test for jitterbug::Builder
Diffstat (limited to 't/001_base.t')
| -rw-r--r-- | t/001_base.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/001_base.t b/t/001_base.t index 936ffff..43163e6 100644 --- a/t/001_base.t +++ b/t/001_base.t @@ -1,5 +1,6 @@ -use Test::More tests => 1; +use Test::More tests => 2; use strict; use warnings; use_ok 'jitterbug'; +use_ok 'jitterbug::Builder'; |
