• 追加された行はこの色です。
  • 削除された行はこの色です。
* Module::Install [#t6ded9b6]

 package Foo::Bar;
 our $VERSION = '0.001';
 1;

 use strict;
 use inc::Module::Install;
 
 name('Foo-Bar');
 all_from('lib/Foo/Bar.pm');
 
 WriteAll;

 use strict;
 use Test::More tests => 1;
 
 use_ok('Foo::Bar');

** 参考 [#fd8053a2]
http://search.cpan.org/perldoc?Module::Install



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS