/[socialtext-import]/Pod-Simple-Wiki/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 /Pod-Simple-Wiki/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Tue Nov 28 14:15:41 2006 UTC (17 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 466 byte(s)
import upstream Pod-Simple-Wiki-0.05.tar.gz
1 use ExtUtils::MakeMaker;
2
3
4 WriteMakefile(
5 ($] >= 5.005 ? (
6 'AUTHOR' => 'John McNamara (jmcnamara@cpan.org)',
7 'ABSTRACT' => 'A class for creating Pod to Wiki filters.', ) : () ),
8 'NAME' => 'Pod::Simple::Wiki',
9 'VERSION_FROM' => 'lib/Pod/Simple/Wiki.pm',
10 'NEEDS_LINKING' => 0,
11 'PREREQ_PM' => {Pod::Simple => 0},
12 'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'},
13 EXE_FILES => ['pod2wiki'],
14 );

  ViewVC Help
Powered by ViewVC 1.1.26