[Rt-commit] r18920 - rt/3.999/branches/lorzy

jesse at bestpractical.com jesse at bestpractical.com
Mon Mar 23 21:26:20 EDT 2009


Author: jesse
Date: Mon Mar 23 21:26:19 2009
New Revision: 18920

Modified:
   rt/3.999/branches/lorzy/Makefile.PL

Log:
removed cpan module rt no longer depends on directly

Modified: rt/3.999/branches/lorzy/Makefile.PL
==============================================================================
--- rt/3.999/branches/lorzy/Makefile.PL	(original)
+++ rt/3.999/branches/lorzy/Makefile.PL	Mon Mar 23 21:26:19 2009
@@ -1,8 +1,8 @@
 use inc::Module::Install;
 
 name        'RT';
-version     '3.99_01';
-license 'GPLv2';
+version     '3.999_01';
+license     'GPLv2';
 requires    'Jifty' => '0.80913';
 
 requires(
@@ -16,8 +16,6 @@
     'File::Spec'                 => '0.8',
     'HTML::Entities'             => 0,
     'HTML::Scrubber'             => '0.08',
-    'Log::Dispatch'              => '2.0',
-    'Locale::Maketext'           => '1.06',
     'Locale::Maketext::Lexicon'  => '0.32',
     'Locale::Maketext::Fuzzy'    => '0',
     'MIME::Entity'               => '5.425',
@@ -48,9 +46,7 @@
     'Mason' => [
         -default            => 1,
         'HTML::Mason'       => 1.40,
-        'Errno'             => 0,
         'Digest::MD5'       => 2.27,
-        'CGI::Cookie'       => 1.20,
         'Storable'          => 2.08,
         'Apache::Session'   => 1.53,
         'XML::RSS'          => 1.05,
@@ -58,17 +54,6 @@
         'CSS::Squish'       => 0.06,
         'Devel::StackTrace' => 1.19,
     ],
-
-    'Standalone Server' => [
-        -default => 1,
-
-        'HTTP::Server::Simple' => 0.34,
-        'HTTP::Server::Simple::Mason', 0.09,
-        'Net::Server'          => 0,
-        'Net::Server::PreFork' => 0
-    ],
-
-    ,
     MAILGATE => [
         -default => 1,
         'HTML::TreeBuilder',
@@ -102,8 +87,6 @@
         'File::Find',
         'Test::Deep', => 0,
         'String::ShellQuote'         => '0',
-        'Test::HTTP::Server::Simple' => '0.09',
-        'Log::Dispatch::Perl',
         'Test::Warn',
         'Test::Builder' => '0.77',
         'IPC::Run3',
@@ -118,29 +101,6 @@
         ]
 
     ,
-    SPEEDYCGI => [
-        -default => 0,
-        'CGI'    => '3.38',
-        'CGI::SpeedyCGI'
-        ]
-
-    ,
-    MODPERL1 => [
-        -default => 0,
-        'CGI'    => '3.38',
-        'Apache::Request',
-        'Apache::DBI' => '0.92'
-        ]
-
-    ,
-    MODPERL2 => [
-        -default => 0,
-        'CGI'    => '3.38',
-        'Apache::DBI',
-        'HTML::Mason' => '1.40',
-        ]
-
-    ,
     MYSQL => [
         -default     => 1,
         'DBD::mysql' => '2.1018'


More information about the Rt-commit mailing list