/[Perly]/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 /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (hide annotations)
Tue Jun 5 23:23:30 2007 UTC (16 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 243 byte(s)
completed run action, together with (documented) security hole -- which is
whole point of this probject: run perl over the web like it's command line
;-)
1 dpavlin 1 use inc::Module::Install;
2    
3     name 'Perly';
4     version '0.01';
5     requires 'Jifty' => '0.70422';
6 dpavlin 3 requires 'Jifty::Plugin::CodePress';
7 dpavlin 12 requires 'Data::UUID';
8 dpavlin 15 requires 'File::Temp';
9     requires 'File::Slurp';
10     requires 'Data::Dump';
11 dpavlin 1
12     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26