diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-12 13:32:36 -0500 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-12 13:32:36 -0500 |
| commit | 83d87bb186b79f45beaf6380c78ba7b40e8acf57 (patch) | |
| tree | 2c36d2272c5a08ab48fa0feca967f4ee956def34 /Build.PL | |
| parent | Fix some bugs in jitterbug::Emailer and add mocked test data (diff) | |
| download | jitterbug-83d87bb186b79f45beaf6380c78ba7b40e8acf57.tar.gz | |
Add Test::MockObject as a dep
Diffstat (limited to 'Build.PL')
| -rw-r--r-- | Build.PL | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ my $builder = Module::Build->new( include_dirs => '', build_requires => { 'Test::Most' => 0, + 'Test::MockObject'=> 0, }, requires => { 'YAML' => 0, |
