* Module::Install [#t6ded9b6]

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

*** Makefile.PL [#w6a6a280]
 use strict;
 use inc::Module::Install;
 
 name('Foo-Bar');
 all_from('lib/Foo/Bar.pm');
 
 WriteAll;

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

** 参考 [#fd8053a2]
- http://search.cpan.org/perldoc?Module::Install
- [[モダン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