[Catalyst-commits] r13898 -
trunk/examples/Tutorial/MyApp_Chapter5/MyApp
ferz at dev.catalyst.perl.org
ferz at dev.catalyst.perl.org
Sun Dec 26 09:44:25 GMT 2010
Author: ferz
Date: 2010-12-26 09:44:24 +0000 (Sun, 26 Dec 2010)
New Revision: 13898
Modified:
trunk/examples/Tutorial/MyApp_Chapter5/MyApp/Makefile.PL
Log:
Fixed missed dependencies.
Modified: trunk/examples/Tutorial/MyApp_Chapter5/MyApp/Makefile.PL
===================================================================
--- trunk/examples/Tutorial/MyApp_Chapter5/MyApp/Makefile.PL 2010-12-25 14:24:15 UTC (rev 13897)
+++ trunk/examples/Tutorial/MyApp_Chapter5/MyApp/Makefile.PL 2010-12-26 09:44:24 UTC (rev 13898)
@@ -18,6 +18,9 @@
requires 'Catalyst::Plugin::Session';
requires 'Catalyst::Plugin::Session::Store::FastMmap';
requires 'Catalyst::Plugin::Session::State::Cookie';
+requires 'DBIx::Class';
+requires 'DBIx::Class::EncodedColumn';
+requires 'DBIx::Class::TimeStamp';
test_requires 'Test::More' => '0.88';
catalyst;
More information about the Catalyst-commits
mailing list