Index: /trunk/Nebulous-Server/Build.PL
===================================================================
--- /trunk/Nebulous-Server/Build.PL	(revision 5668)
+++ /trunk/Nebulous-Server/Build.PL	(revision 5669)
@@ -94,4 +94,7 @@
         'Test::More'            => '0.49',
     },
+    recommends          => {
+        'Test::Distribution'    => '1.22',
+    },
     script_files        => [qw(
         bin/neb-initdb
Index: /trunk/Nebulous-Server/Changes
===================================================================
--- /trunk/Nebulous-Server/Changes	(revision 5668)
+++ /trunk/Nebulous-Server/Changes	(revision 5669)
@@ -2,4 +2,5 @@
 
 0.02
+    - recommend Test::Distribution 1.22
     - add t/00_distribution.t
     - rename test files
Index: /trunk/Nebulous/Build.PL
===================================================================
--- /trunk/Nebulous/Build.PL	(revision 5668)
+++ /trunk/Nebulous/Build.PL	(revision 5669)
@@ -94,4 +94,7 @@
         'Test::More'            => '0.49',
     },
+    recommends          => {
+        'Test::Distribution'    => '1.22',
+    },
     script_files        => [qw(
         bin/neb-initdb
Index: /trunk/Nebulous/Changes
===================================================================
--- /trunk/Nebulous/Changes	(revision 5668)
+++ /trunk/Nebulous/Changes	(revision 5669)
@@ -2,4 +2,5 @@
 
 0.02
+    - recommend Test::Distribution 1.22
     - add t/00_distribution.t
     - rename test files
