/[SVNBrowser]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 36 - (show annotations)
Mon Dec 11 17:58:07 2006 UTC (17 years, 4 months ago) by dpavlin
File MIME type: text/plain
File size: 177 byte(s)
kick out Text::VimColor which doesn't seem to work well with Jifty
1 use inc::Module::Install;
2 name('SVNBrowser');
3 version('0.01');
4
5 requires('Jifty' => '0.61123_01');
6 requires('SVN::Log');
7 requires('HTML::Entities');
8
9 auto_install();
10
11 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26