[Bps-public-commit] r10243 - RT-Client-Console/trunk

maddingue at bestpractical.com maddingue at bestpractical.com
Thu Jan 3 20:53:29 EST 2008


Author: maddingue
Date: Thu Jan  3 20:53:22 2008
New Revision: 10243

Modified:
   RT-Client-Console/trunk/Makefile.PL

Log:
Tidy up the prereqs. Add minimum versions.

Modified: RT-Client-Console/trunk/Makefile.PL
==============================================================================
--- RT-Client-Console/trunk/Makefile.PL	(original)
+++ RT-Client-Console/trunk/Makefile.PL	Thu Jan  3 20:53:22 2008
@@ -9,18 +9,21 @@
     ABSTRACT_FROM       => 'lib/RT/Client/Console.pm',
     PL_FILES            => {},
     PREREQ_PM => {
-	'Config::Tiny' => 0,
-	'Curses' => 0,
-	'Params::Validate' => 0,
-	'POE' => 0,
-	'Curses::Widgets' => 0,
-	'RT::Client::REST' => 0,
-	'Curses::Forms' => 0,
-	'Test::More' => 0,
-	'version'    => 0,
-	'Error' => 0,
-	'parent' => 0,
-	'relative' => 0,
+        # prereqs
+	'Config::Tiny'      => '2.03',
+	'Curses'            => '1.20',
+	'Curses::Forms'     => '1.997',
+	'Curses::Widgets'   => '1.997',
+	'Error'             => '0.17011',
+	'Params::Validate'  => '0.89',
+	'parent'            => '0.218',
+	'POE'               => '0.9999',
+	'RT::Client::REST'  => '0.32',
+	'relative'          => '0.03',
+	'version'           => '0.74',
+
+        # build/test prereqs
+	'Test::More'        => 0,
     },
     EXE_FILES           => [ 'bin/rtconsole' ],
     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },



More information about the Bps-public-commit mailing list