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

Back to archive index

YAMASHINA Hio hio****@users*****
2006年 10月 26日 (木) 00:41:12 JST


Index: docs/modules/Test-Base-0.52/lib/Module/Install/TestBase.pod
diff -u /dev/null docs/modules/Test-Base-0.52/lib/Module/Install/TestBase.pod:1.1
--- /dev/null	Thu Oct 26 00:41:12 2006
+++ docs/modules/Test-Base-0.52/lib/Module/Install/TestBase.pod	Thu Oct 26 00:41:12 2006
@@ -0,0 +1,62 @@
+=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 dE<ouml>t Net <ingy****@cpan*****>
+
+
+=head1 著作権
+
+Copyright (c) 2006. Ingy dE<ouml>t Net. All rights reserved.
+
+
+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