diff options
| author | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-05 12:47:15 -0800 |
|---|---|---|
| committer | Jonathan "Duke" Leto <jonathan@leto.net> | 2011-01-05 12:47:15 -0800 |
| commit | 582214fb3db631a3fb31e2bdd89a31dc1d5aaea0 (patch) | |
| tree | 1fde8b80951014e1d520df61b953c01b8e4a4df0 | |
| parent | Add a few more simple tests (diff) | |
| download | jitterbug-582214fb3db631a3fb31e2bdd89a31dc1d5aaea0.tar.gz | |
Update deps to require Test::Most
Diffstat (limited to '')
| -rw-r--r-- | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ my $builder = Module::Build->new( dist_version_from => 'lib/jitterbug.pm', include_dirs => '', build_requires => { - 'Test::More' => 0, + 'Test::Most' => 0, }, requires => { 'YAML' => 0, |
