/[Frey]/branches/zimbardo/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 /branches/zimbardo/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Sat Jun 28 11:49:35 2008 UTC (15 years, 9 months ago) by dpavlin
Original Path: trunk/Makefile.PL
File MIME type: text/plain
File size: 213 byte(s)
initial code dump of my web-framework-tingy:

Continuity + Fey::ORM + Template::Declare
1 dpavlin 2 use inc::Module::Install;
2    
3     name 'Strix-Fay';
4     version '0.00';
5     license 'GPL';
6     requires 'Data::Dump';
7     requires 'Fey';
8     requires 'Fey::ORM';
9     requires 'Fey::Loader';
10    
11     auto_install;
12    
13     WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26