/[SQLSession]/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

Annotation of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 79 - (hide annotations)
Mon Jan 29 20:46:20 2007 UTC (17 years, 3 months ago) by dpavlin
File MIME type: text/plain
File size: 269 byte(s)
added RSS feeds, enable Jifty::Plugin::EditInPlace
1 dpavlin 1 use inc::Module::Install;
2     name('SQLSession');
3     version('0.01');
4     requires('Jifty' => '0.61025');
5 dpavlin 54 requires('Jifty::Plugin::Login');
6 dpavlin 79 requires('Jifty::Plugin::EditInPlace');
7 dpavlin 37 requires('Data::Dump');
8 dpavlin 66 requires('Time::HiRes');
9 dpavlin 79 requires('XML::Feed');
10 dpavlin 1
11 dpavlin 37 auto_install();
12    
13 dpavlin 1 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26