[Catalyst-commits] r9088 - trunk/examples/OAuthExample

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jan 14 16:58:32 GMT 2009


Author: t0m
Date: 2009-01-14 16:58:32 +0000 (Wed, 14 Jan 2009)
New Revision: 9088

Modified:
   trunk/examples/OAuthExample/Makefile.PL
Log:
Add missing dependencies

Modified: trunk/examples/OAuthExample/Makefile.PL
===================================================================
--- trunk/examples/OAuthExample/Makefile.PL	2009-01-13 23:39:02 UTC (rev 9087)
+++ trunk/examples/OAuthExample/Makefile.PL	2009-01-14 16:58:32 UTC (rev 9088)
@@ -11,7 +11,10 @@
 requires 'Catalyst::Action::RenderView';
 requires 'Catalyst::Plugin::Session::State::Cookie';
 requires 'Catalyst::Plugin::Session::Store::File';
+requires 'Catalyst::View::TT';
+requires 'Crypt::OpenSSL::RSA';
 requires 'Net::OAuth';
+requires 'XML::LibXML';
 requires 'Data::Random';
 requires 'parent';
 requires 'Config::General'; # This should reflect the config file format you've chosen




More information about the Catalyst-commits mailing list