[Jifty-commit] r7589 - in jifty/trunk: lib/Jifty/Web/Form/Field

Jifty commits jifty-commit at lists.jifty.org
Wed Nov 4 16:21:55 EST 2009


Author: sartak
Date: Wed Nov  4 16:21:55 2009
New Revision: 7589

Removed:
   jifty/trunk/lib/Jifty/Web/Form/Field/Wikitext.pm
Modified:
   jifty/trunk/Makefile.PL

Log:
Wikitext renderer is in its own plugin now

Modified: jifty/trunk/Makefile.PL
==============================================================================
--- jifty/trunk/Makefile.PL	(original)
+++ jifty/trunk/Makefile.PL	Wed Nov  4 16:21:55 2009
@@ -45,7 +45,6 @@
 requires('HTML::Lint');
 requires('HTML::Mason' => 1.3101);           # HTML::Mason::Exceptions HTML::Mason::FakeApache HTML::Mason::MethodMaker HTML::Mason::Request HTML::Mason::Utils
 requires('HTML::Mason::Plugin');
-requires('HTML::Scrubber');
 requires('HTTP::Cookies');
 requires('HTTP::Date');
 requires('HTTP::Server::Simple' => '0.35');  # HTTP::Server::Simple::CGI
@@ -81,7 +80,6 @@
 requires('Test::Pod::Coverage');
 requires('Test::WWW::Mechanize' => 1.04 );
 requires('Test::WWW::Selenium' => 1.18 );
-requires('Text::WikiFormat');
 requires('WWW::Mechanize' => 1.51 );
 requires('UNIVERSAL::require');
 requires('URI' => 1.31);


More information about the Jifty-commit mailing list