/[maps]/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 10 - (show annotations)
Tue Oct 16 09:27:16 2007 UTC (16 years, 5 months ago) by dpavlin
File MIME type: text/plain
File size: 269 byte(s)
added --flip-vertical option to stich.pl
1 use inc::Module::Install;
2
3 name 'maps';
4 version '0.00';
5 license 'GPL';
6
7 requires 'Net::Analysis';
8 requires 'Imager';
9 requires 'File::Find';
10 requires 'File::Slurp';
11 requires 'Getopt::Long';
12 requires 'Data::Dump';
13
14 install_script 'stich.pl';
15
16 auto_install;
17
18 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26