* ExtUtils::MakeMaker [#f40742f2]

*** Makefile.PL [#e806b83a]
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
    NAME         => 'Foo::Bar',
    VERSION_FROM => 'lib/Foo/Bar.pm'
 );

*** lib/Foo/Bar.pm [#j3addd14]
 package Foo::Bar;
 our $VERSION = '0.001';
 1;

*** t/00_compile.t [#x744b4c9]
 use strict;
 use Test::More tests => 1;
 use_ok('Foo::Bar');

** 参考 [#w3dbd8fe]
- http://search.cpan.org/perldoc?ExtUtils::MakeMaker::Tutorial
- [[モダンPerlの世界へようこそ 第23回 Module::Build:MakeMakerの後継者を目指して>http://gihyo.jp/dev/serial/01/modern-perl/0023]]
- [[モダンPerlの世界へようこそ 第25回 Module::Starter:モジュールを書くためのテンプレート>http://gihyo.jp/dev/serial/01/modern-perl/0025]]

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS