/[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 15 - (show annotations)
Sun Jul 29 19:45:10 2007 UTC (16 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 572 byte(s)
restructuring and improving code all over
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 => 'lib/Orao.pm',
9 ABSTRACT_FROM => 'lib/Orao.pm',
10 PL_FILES => {
11 'orao.pl' => 'bin/orao',
12 },
13 PREREQ_PM => {
14 'Test::More' => 0,
15 # 'Acme::6502' => 0,
16 'SDL' => 0,
17 'Data::Dump' => 0,
18 'File::Slurp' => 0,
19 },
20 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
21 clean => { FILES => 'Orao-*' },
22 );

  ViewVC Help
Powered by ViewVC 1.1.26