/[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 63 - (show annotations)
Mon Sep 3 20:10:08 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 201 byte(s)
moved indexer into own package and use it
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 requires('Data::Dump');
9
10 auto_install();
11
12 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26