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> +