Prv8 Shell
Server : Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4
System : Linux server.jackjohnson.com 2.6.32-279.5.2.el6.x86_64 #1 SMP Fri Aug 24 01:07:11 UTC 2012 x86_64
User : jackjohn ( 502)
PHP Version : 5.3.17
Disable Function : NONE
Directory :  /installd/perl588installer/CPAN-SQLite-0.196/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //installd/perl588installer/CPAN-SQLite-0.196/Makefile.PL
use strict;
use ExtUtils::MakeMaker;

my @exe_files = map {"bin/$_"} qw(cpandb);
my $goners = join ' ', qw(cpandb.sql
			  t/dot-cpan/cpandb.sql
			  t/dot-cpan/FTPstats.yml
			  t/dot-cpan/CPAN/MyConfig.pm
			  t/dot-cpan/cpan_sqlite_log.*
			  t/dot-cpan/sources/authors/01mailrc.txt.gz
			  t/dot-cpan/sources/modules/02packages.details.txt.gz
			  t/dot-cpan/sources/modules/03modlist.data.gz
			 );
my %opts = (
	    NAME => 'CPAN::SQLite',
            VERSION_FROM => 'lib/CPAN/SQLite.pm',
            EXE_FILES => \@exe_files,
            PL_FILES => {},
	    dist   => {
		       SUFFIX   => 'gz',
		       COMPRESS => 'gzip -9f',
		      },
	    clean => {FILES => $goners},
	   );

my $eu_version = $ExtUtils::MakeMaker::VERSION;
if ($eu_version >= 5.43) {
   $opts{ABSTRACT_FROM} = 'lib/CPAN/SQLite.pm';
   $opts{AUTHOR} = 'Randy Kobes <r.kobes@uwinnipeg.ca>';
}
if ($eu_version > 6.11 ) {
  $opts{NO_META} = 1;
}

my $prereqs = {'File::Spec' => 0,
               'Archive::Tar' => 1.08,
               'IO::Zlib' => 0,
               'CPAN::DistnameInfo' => 0,
               'DBD::SQLite' => 0,
	       'File::HomeDir' => 0,
	       'LWP::Simple' => 0,
	      };

WriteMakefile( %opts, PREREQ_PM => $prereqs);

haha - 2025