[perldocjp-cvs 598] CVS update: docs/modules/Test-Base-0.59/lib/Module/Install

Back to archive index

ktats****@users***** ktats****@users*****
2010年 2月 3日 (水) 00:44:41 JST


Index: docs/modules/Test-Base-0.59/lib/Module/Install/TestBase.pod
diff -u /dev/null docs/modules/Test-Base-0.59/lib/Module/Install/TestBase.pod:1.1
--- /dev/null	Wed Feb  3 00:44:41 2010
+++ docs/modules/Test-Base-0.59/lib/Module/Install/TestBase.pod	Wed Feb  3 00:44:41 2010
@@ -0,0 +1,61 @@
+=encoding utf8
+
+=head1 名前
+
+Module::Install::TestBase - Module::Install での Test::Base サポート
+
+=head1 概要
+
+    use inc::Module::Install;
+
+    name            'Foo';
+    all_from        'lib/Foo.pm';
+
+    use_test_base;
+
+    WriteAll;
+
+=head1 説明
+
+This module adds the C<use_test_base> directive to Module::Install.
+
+このモジュールは Moduke::Install に C<use_test_base> ディレクティブを
+追加します.
+
+Now you can get full Test-Base support for you module with no external
+dependency on Test::Base.
+
+これによって Test::Base への外部依存なしに Test-Base を完全に
+サポートできます.
+
+Just add this line to your Makefile.PL:
+
+Makefile.PL に次の行を追加するだけです:
+
+    use_test_base;
+
+That's it. Really. Now Test::Base is bundled into your module, so that
+it is no longer any burden on the person installing your module.
+
+その通り. 本当に. これだけで Test::Base があなたのモジュールに
+バンドルされるので, インストールする人の苦労を軽減してくれます.
+
+=head1 著者
+
+Ingy d旦t Net <ingy****@cpan*****>
+
+
+=head1 著作権
+
+Copyright (c) 2006, 2008. Ingy d旦t Net.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+このプログラムはフリーソフトウェアです。あなたは Perl と同じ
+ライセンスの 元で再配布及び変更を行うことが出来ます.
+
+See L<http://www.perl.com/perl/misc/Artistic.html>
+
+参考 L<http://www.perl.com/perl/misc/Artistic.html>
+



perldocjp-cvs メーリングリストの案内
Back to archive index