summary refs log tree commit diff
path: root/Build.PL
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-01-05 12:47:15 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-01-05 12:47:15 -0800
commit582214fb3db631a3fb31e2bdd89a31dc1d5aaea0 (patch)
tree1fde8b80951014e1d520df61b953c01b8e4a4df0 /Build.PL
parentAdd a few more simple tests (diff)
downloadjitterbug-582214fb3db631a3fb31e2bdd89a31dc1d5aaea0.tar.gz
Update deps to require Test::Most
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 24d396d..7218a16 100644
--- a/Build.PL
+++ b/Build.PL
@@ -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,