NAME

ExtUtils::MY_Metafile - META.yml customize with ExtUtil::MakeMaker ja; ExtUtils::MY_Metafile - ExtUtil::MakeMaker での META.yml カスタマイズ

VERSION

Version 0.09

SYNOPSIS

put ExtUtils/MY_Metafile.pm into inc/ExtUtils/MY_Metafile.pm: ja; ExtUtils/MY_Metafile.pm を inc/ExtUtils/MY_Metafile.pm に置きます:

$ mkdir -p inc/ExtUtils
$ cp `perldoc -l ExtUtils::MY_Metafile` inc/ExtUtils/

and write in your Makefile.PL: ja; Makefile.PL に次のように書きます:

use ExtUtils::MakeMaker;
use inc::ExtUtils::MY_Metafile;

my_metafile {
  no_index => {
    directory => [ qw(inc example t), ],
  },
  license  => 'perl',
};

WriteMakefile(
  DISTNAME => 'Your::Module',
  ...
);

EXPORT

This module exports one function. ja; このモジュールは関数を1つエクスポートします.

FUNCTIONS

my_metafile $modname => \%meta_param;

Takes two arguments. First one is package name to be generated, and you can omit this argument. Second is hashref which contains META.yml contents. ja; 引数を2つとります. 1つめはMETA.ymlの生成対象とするパッケージ名で省略可能です. 2つめはhashrefで, META.yml に生成する情報を渡します.

my_metafile {
  no_index => {
    directory => [ qw(inc example t), ],
  },
  license  => 'perl',
};

Some parameters are checked automatically. ja; 幾つかのパラメータは自動的にチェックされます.

no_index

If you not specify directory parameter for no_index and there are any directory of inc t ex eg example examples sample samples demo demos, they are set as it. ja; no_indexdirectory パラメータが指定されていなくて inc t ex eg example examples sample samples demo demos のいずれかのディレクトリが存在するとき, それらが設定されます.

requires ja; requires

requires directive is set from PREREQ_PM parameter of EUMM. If you want to use build_requires, you can write it. ja; requires ディレクティブは EUMM の PREREQ_PM パラメータから設定されます. build_requires も指定すれば 使えます.

AUTHOR

YAMASHINA Hio, <hio at cpan.org> ja; 山科 氷魚 (YAMASHINA Hio), <hio at cpan.org>

BUGS

Please report any bugs or feature requests to bug-extutils-my_metafile at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ExtUtils-MY_Metafile. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. ja; バグや要望は bug-extutils-my_metafile at rt.cpan.org 宛に 報告してください. 若しくは http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ExtUtils-MY_Metafile. にある web インターフェースからでもかまいません. そこから私に通知され, そして私が変更を行うことで報告頂いたバグの進捗を 自動的にあなたに伝えるでしょう.

SUPPORT

You can find documentation for this module with the perldoc command. ja; このモジュールのドキュメントは perldoc コマンドで見ることが出来ます.

perldoc ExtUtils::MY_Metafile

You can also look for information at: ja; また, 以下の場所でも見ることが出来ます:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2006-2008 YAMASHINA Hio, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. ja; このプログラムはフリーソフトウェアです。あなたは Perl と同じ ライセンスの 元で再配布及び変更を行うことが出来ます.

14 POD Errors

The following errors were encountered while parsing the POD:

Around line 15:

Deleting unknown formatting code J<>

Around line 24:

Deleting unknown formatting code J<>

Around line 32:

Deleting unknown formatting code J<>

Around line 54:

Deleting unknown formatting code J<>

Around line 63:

Deleting unknown formatting code J<>

Around line 79:

Deleting unknown formatting code J<>

Around line 88:

Deleting unknown formatting code J<>

Around line 97:

Deleting unknown formatting code J<>

Around line 100:

Deleting unknown formatting code J<>

Around line 112:

Deleting unknown formatting code J<>

Around line 119:

Deleting unknown formatting code J<>

Around line 135:

Deleting unknown formatting code J<>

Around line 142:

Deleting unknown formatting code J<>

Around line 173:

Deleting unknown formatting code J<>