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

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 41 - (show annotations)
Sun Jun 1 17:31:43 2008 UTC (15 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 304 byte(s)
added Perly::SyntaxHighlight which generates sytax highlight of perl code
using Syntax::Highlight::Perl which is similar enough to CodePress so that
code in html doesn't look ugly
1 use inc::Module::Install;
2
3 name 'Perly';
4 version '0.01';
5 requires 'Jifty' => '0.70422';
6 requires 'Jifty::Plugin::CodePress' => '0.02';
7 requires 'Data::UUID';
8 requires 'File::Temp';
9 requires 'File::Slurp';
10 requires 'Data::Dump';
11 requires 'Syntax::Highlight::Perl';
12
13 auto_install;
14
15 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26