/[VRac]/ACME-6502/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 /ACME-6502/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12 - (show annotations)
Sun Jul 29 15:44:37 2007 UTC (16 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 513 byte(s)
primitive command-line interface for debugging
1 use strict;
2 use warnings;
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6 NAME => 'Orao',
7 AUTHOR => 'Dobrica Pavlinusic <dpavlin@rot13.org>',
8 VERSION_FROM => 'Orao.pm',
9 ABSTRACT_FROM => 'Orao.pm',
10 PL_FILES => {},
11 PREREQ_PM => {
12 'Test::More' => 0,
13 # 'Acme::6502' => 0,
14 'SDL' => 0,
15 'Data::Dump' => 0,
16 },
17 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
18 clean => { FILES => 'Orao-*' },
19 );

  ViewVC Help
Powered by ViewVC 1.1.26