?? makefile.pl
字號:
use ExtUtils::MakeMaker;use File::Copy;#use POSIX qw(uname);#$Verbose=1;# Check this is a supported OS release#my ($sys, $rel) = (POSIX::uname())[0,2];if ($^V lt v5.6) { die("Algorithm::Cluster is only supported on Perl 5.6.0 and later.\n" . "Your perl version is $].\n");}copy("perl/MANIFEST.perl","MANIFEST");WriteMakefile( NAME => 'Algorithm-Cluster', VERSION_FROM => 'perl/Cluster.pm', DISTNAME => 'Algorithm-Cluster', AUTHOR => 'John Nolan and Michiel de Hoon (mdehoon@ims.u-tokyo.ac.jp', ABSTRACT => 'Perl interface to the C Clustering Library', DIR => [ 'src', 'perl', ],);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -