--- trunk/Makefile.PL 2006/12/06 20:47:33 15 +++ trunk/Makefile.PL 2006/12/06 22:54:49 16 @@ -1,6 +1,10 @@ use inc::Module::Install; name('SVNBrowser'); version('0.01'); + requires('Jifty' => '0.61123_01'); +requires('SVN::Log'); + +auto_install(); WriteAll;