[Bast-commits] r9286 - ironman/branches/mk-ii/IronMan-Web

castaway at dev.catalyst.perl.org castaway at dev.catalyst.perl.org
Sun May 2 15:40:13 GMT 2010


Author: castaway
Date: 2010-05-02 16:40:13 +0100 (Sun, 02 May 2010)
New Revision: 9286

Modified:
   ironman/branches/mk-ii/IronMan-Web/Makefile.PL
   ironman/branches/mk-ii/IronMan-Web/todo.pod
Log:
TODO + Makefile


Modified: ironman/branches/mk-ii/IronMan-Web/Makefile.PL
===================================================================
--- ironman/branches/mk-ii/IronMan-Web/Makefile.PL	2010-05-02 13:05:33 UTC (rev 9285)
+++ ironman/branches/mk-ii/IronMan-Web/Makefile.PL	2010-05-02 15:40:13 UTC (rev 9286)
@@ -11,6 +11,7 @@
 requires 'YAML'; # This should reflect the config file format you've chosen
                  # See Catalyst::Plugin::ConfigLoader for supported formats
 
+requires 'Catalyst::Controller::reCAPTCHA';
 requires 'Catalyst::View::TT';
 requires 'Catalyst::Model::DBIC::Schema';
 requires 'Data::UUID';

Modified: ironman/branches/mk-ii/IronMan-Web/todo.pod
===================================================================
--- ironman/branches/mk-ii/IronMan-Web/todo.pod	2010-05-02 13:05:33 UTC (rev 9285)
+++ ironman/branches/mk-ii/IronMan-Web/todo.pod	2010-05-02 15:40:13 UTC (rev 9286)
@@ -197,4 +197,13 @@
     12:51 < idn> Hmm, that's a good place to use the honeypot stuff too.
     12:52 < robinsmidsrod> catch the spammers/harvesters by their own bad behaviour :)
 
+
+=head2 standards compliance
+
+=head3 Atom feed validation
+
+L<http://feedvalidator.org/check.cgi?url=http://ironman.enlightenedperl.org/atom.xml>
+
+I'm told this involves fixing L<XML::Feed>.
+
 =cut




More information about the Bast-commits mailing list