Makefile.PL
上传用户:qdrechuli
上传日期:2022-08-01
资源大小:917k
文件大小:0k
源码类别:

视频捕捉/采集

开发平台:

Visual C++

  1. use ExtUtils::MakeMaker;
  2. # See lib/ExtUtils/MakeMaker.pm for details of how to influence
  3. # the contents of the Makefile that is written.
  4. WriteMakefile(
  5.     'NAME' => 'Jpc::Html',
  6.     'VERSION_FROM' => 'Html.pm', # finds $VERSION
  7. );