⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cpanplus::dist::mm.3

📁 视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.
💻 3
字号:
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05).\".\" Standard preamble:.\" ========================================================================.de Sh \" Subsection heading.br.if t .Sp.ne 5.PP\fB\\$1\fR.PP...de Sp \" Vertical space (when we can't use .PP).if t .sp .5v.if n .sp...de Vb \" Begin verbatim text.ft CW.nf.ne \\$1...de Ve \" End verbatim text.ft R.fi...\" Set up some character translations and predefined strings.  \*(-- will.\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left.\" double quote, and \*(R" will give a right double quote.  \*(C+ will.\" give a nicer C++.  Capital omega is used to do unbreakable dashes and.\" therefore won't be available.  \*(C` and \*(C' expand to `' in nroff,.\" nothing in troff, for use with C<>..tr \(*W-.ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'.ie n \{\.    ds -- \(*W-.    ds PI pi.    if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch.    if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\"  diablo 12 pitch.    ds L" "".    ds R" "".    ds C` "".    ds C' ""'br\}.el\{\.    ds -- \|\(em\|.    ds PI \(*p.    ds L" ``.    ds R" '''br\}.\".\" Escape single quotes in literal strings from groff's Unicode transform..ie \n(.g .ds Aq \(aq.el       .ds Aq '.\".\" If the F register is turned on, we'll generate index entries on stderr for.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index.\" entries marked with X<> in POD.  Of course, you'll have to process the.\" output yourself in some meaningful fashion..ie \nF \{\.    de IX.    tm Index:\\$1\t\\n%\t"\\$2"...    nr % 0.    rr F.\}.el \{\.    de IX...\}.\".\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2)..\" Fear.  Run.  Save yourself.  No user-serviceable parts..    \" fudge factors for nroff and troff.if n \{\.    ds #H 0.    ds #V .8m.    ds #F .3m.    ds #[ \f1.    ds #] \fP.\}.if t \{\.    ds #H ((1u-(\\\\n(.fu%2u))*.13m).    ds #V .6m.    ds #F 0.    ds #[ \&.    ds #] \&.\}.    \" simple accents for nroff and troff.if n \{\.    ds ' \&.    ds ` \&.    ds ^ \&.    ds , \&.    ds ~ ~.    ds /.\}.if t \{\.    ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u".    ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'.    ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'.    ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'.    ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'.    ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'.\}.    \" troff and (daisy-wheel) nroff accents.ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V'.ds 8 \h'\*(#H'\(*b\h'-\*(#H'.ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#].ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H'.ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u'.ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#].ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#].ds ae a\h'-(\w'a'u*4/10)'e.ds Ae A\h'-(\w'A'u*4/10)'E.    \" corrections for vroff.if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u'.if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u'.    \" for low resolution devices (crt and lpr).if \n(.H>23 .if \n(.V>19 \\{\.    ds : e.    ds 8 ss.    ds o a.    ds d- d\h'-1'\(ga.    ds D- D\h'-1'\(hy.    ds th \o'bp'.    ds Th \o'LP'.    ds ae ae.    ds Ae AE.\}.rm #[ #] #H #V #F C.\" ========================================================================.\".IX Title "CPANPLUS::Dist::MM 3".TH CPANPLUS::Dist::MM 3 "2007-12-18" "perl v5.10.0" "Perl Programmers Reference Guide".\" For nroff, turn off justification.  Always turn off hyphenation; it makes.\" way too many mistakes in technical documents..if n .ad l.nh.SH "NAME"CPANPLUS::Dist::MM.SH "SYNOPSIS".IX Header "SYNOPSIS".Vb 6\&    my $mm = CPANPLUS::Dist\->new( \&                                format  => \*(Aqmakemaker\*(Aq,\&                                module  => $modobj, \&                            );\&    $mm\->create;        # runs make && make test\&    $mm\->install;       # runs make install.Ve.SH "DESCRIPTION".IX Header "DESCRIPTION"\&\f(CW\*(C`CPANPLUS::Dist::MM\*(C'\fR is a distribution class for MakeMaker relatedmodules.Using this package, you can create, install and uninstall perl modules. It inherits from \f(CW\*(C`CPANPLUS::Dist\*(C'\fR..SH "ACCESSORS".IX Header "ACCESSORS".IP "\fIparent()\fR" 4.IX Item "parent()"Returns the \f(CW\*(C`CPANPLUS::Module\*(C'\fR object that parented this object..IP "\fIstatus()\fR" 4.IX Item "status()"Returns the \f(CW\*(C`Object::Accessor\*(C'\fR object that keeps the status forthis module..SH "STATUS ACCESSORS".IX Header "STATUS ACCESSORS"All accessors can be accessed as follows:    \f(CW$mm\fR\->status\->\s-1ACCESSOR\s0.IP "makefile ()" 4.IX Item "makefile ()"Location of the Makefile (or Build file). Set to 0 explicitly if something went wrong..IP "make ()" 4.IX Item "make ()"\&\s-1BOOL\s0 indicating if the \f(CW\*(C`make\*(C'\fR (or \f(CW\*(C`Build\*(C'\fR) command was successful..IP "test ()" 4.IX Item "test ()"\&\s-1BOOL\s0 indicating if the \f(CW\*(C`make test\*(C'\fR (or \f(CW\*(C`Build test\*(C'\fR) command was successful..IP "prepared ()" 4.IX Item "prepared ()"\&\s-1BOOL\s0 indicating if the \f(CW\*(C`prepare\*(C'\fR call exited succesfullyThis gets set after \f(CW\*(C`perl Makefile.PL\*(C'\fR.IP "distdir ()" 4.IX Item "distdir ()"Full path to the directory in which the \f(CW\*(C`prepare\*(C'\fR call took place,set after a call to \f(CW\*(C`prepare\*(C'\fR..IP "created ()" 4.IX Item "created ()"\&\s-1BOOL\s0 indicating if the \f(CW\*(C`create\*(C'\fR call exited succesfully. This getsset after \f(CW\*(C`make\*(C'\fR and \f(CW\*(C`make test\*(C'\fR..IP "installed ()" 4.IX Item "installed ()"\&\s-1BOOL\s0 indicating if the module was installed. This gets set after\&\f(CW\*(C`make install\*(C'\fR (or \f(CW\*(C`Build install\*(C'\fR) exits successfully..IP "uninstalled ()" 4.IX Item "uninstalled ()"\&\s-1BOOL\s0 indicating if the module was uninstalled properly..IP "_create_args ()" 4.IX Item "_create_args ()"Storage of the arguments passed to \f(CW\*(C`create\*(C'\fR for this object. Usedfor recursive calls when satisfying prerequisites..IP "_install_args ()" 4.IX Item "_install_args ()"Storage of the arguments passed to \f(CW\*(C`install\*(C'\fR for this object. Usedfor recursive calls when satisfying prerequisites..SH "METHODS".IX Header "METHODS".ie n .Sh "$bool\fP = \f(CW$dist\fP\->\fIformat_available();".el .Sh "\f(CW$bool\fP = \f(CW$dist\fP\->\fIformat_available()\fP;".IX Subsection "$bool = $dist->format_available();"Returns a boolean indicating whether or not you can use this packageto create and install modules in your environment..PPSets up the \f(CW\*(C`CPANPLUS::Dist::MM\*(C'\fR object for use. Effectively creates all the needed status accessors..PPCalled automatically whenever you create a new \f(CW\*(C`CPANPLUS::Dist\*(C'\fR object..PP\&\f(CW\*(C`prepare\*(C'\fR preps a distribution for installation. This means it will run \f(CW\*(C`perl Makefile.PL\*(C'\fR and determine what prerequisites this distributiondeclared..PPIf you set \f(CW\*(C`force\*(C'\fR to true, it will go over all the stages of the \&\f(CW\*(C`prepare\*(C'\fR process again, ignoring any previously cached results..PPWhen running \f(CW\*(C`perl Makefile.PL\*(C'\fR, the environment variable\&\f(CW\*(C`PERL5_CPANPLUS_IS_EXECUTING\*(C'\fR will be set to the full path of the\&\f(CW\*(C`Makefile.PL\*(C'\fR that is being executed. This enables any code insidethe \f(CW\*(C`Makefile.PL\*(C'\fR to know that it is being installed via \s-1CPANPLUS\s0..PPReturns true on success and false on failure..PPYou may then call \f(CW\*(C`$dist\->create\*(C'\fR on the object to create theinstallable files..ie n .Sh "$href\fP = \f(CW$dist\->_find_prereqs( file => '/path/to/Makefile', [verbose => \s-1BOOL\s0])".el .Sh "\f(CW$href\fP = \f(CW$dist\fP\->_find_prereqs( file => '/path/to/Makefile', [verbose => \s-1BOOL\s0])".IX Subsection "$href = $dist->_find_prereqs( file => '/path/to/Makefile', [verbose => BOOL])"Parses a \f(CW\*(C`Makefile\*(C'\fR for \f(CW\*(C`PREREQ_PM\*(C'\fR entries and distills from thatany prerequisites mentioned in the \f(CW\*(C`Makefile\*(C'\fR.PPReturns a hash with module-version pairs on success and false onfailure..ie n .Sh "$bool\fP = \f(CW$dist\->create([perl => '/path/to/perl', make => '/path/to/make', makeflags => 'EXTRA=FLAGS', prereq_target => \s-1TARGET\s0, skiptest => \s-1BOOL\s0, force => \s-1BOOL\s0, verbose => \s-1BOOL\s0])".el .Sh "\f(CW$bool\fP = \f(CW$dist\fP\->create([perl => '/path/to/perl', make => '/path/to/make', makeflags => 'EXTRA=FLAGS', prereq_target => \s-1TARGET\s0, skiptest => \s-1BOOL\s0, force => \s-1BOOL\s0, verbose => \s-1BOOL\s0])".IX Subsection "$bool = $dist->create([perl => '/path/to/perl', make => '/path/to/make', makeflags => 'EXTRA=FLAGS', prereq_target => TARGET, skiptest => BOOL, force => BOOL, verbose => BOOL])"\&\f(CW\*(C`create\*(C'\fR creates the files necessary for installation. This means it will run \f(CW\*(C`make\*(C'\fR and \f(CW\*(C`make test\*(C'\fR.  This will also scan for and attempt to satisfy any prerequisites the module may have..PPIf you set \f(CW\*(C`skiptest\*(C'\fR to true, it will skip the \f(CW\*(C`make test\*(C'\fR stage.If you set \f(CW\*(C`force\*(C'\fR to true, it will go over all the stages of the \&\f(CW\*(C`make\*(C'\fR process again, ignoring any previously cached results. It will also ignore a bad return value from \f(CW\*(C`make test\*(C'\fR and still allow the operation to return true..PPReturns true on success and false on failure..PPYou may then call \f(CW\*(C`$dist\->install\*(C'\fR on the object to actuallyinstall it..ie n .Sh "$bool\fP = \f(CW$dist\->install([make => '/path/to/make',  makemakerflags => 'EXTRA=FLAGS', force => \s-1BOOL\s0, verbose => \s-1BOOL\s0])".el .Sh "\f(CW$bool\fP = \f(CW$dist\fP\->install([make => '/path/to/make',  makemakerflags => 'EXTRA=FLAGS', force => \s-1BOOL\s0, verbose => \s-1BOOL\s0])".IX Subsection "$bool = $dist->install([make => '/path/to/make',  makemakerflags => 'EXTRA=FLAGS', force => BOOL, verbose => BOOL])"\&\f(CW\*(C`install\*(C'\fR runs the following command:    make install.PPReturns true on success, false on failure..ie n .Sh "$bool\fP = \f(CW$dist\->write_makefile_pl([force => \s-1BOOL\s0, verbose => \s-1BOOL\s0])".el .Sh "\f(CW$bool\fP = \f(CW$dist\fP\->write_makefile_pl([force => \s-1BOOL\s0, verbose => \s-1BOOL\s0])".IX Subsection "$bool = $dist->write_makefile_pl([force => BOOL, verbose => BOOL])"This routine can write a \f(CW\*(C`Makefile.PL\*(C'\fR from the information in a module object. It is used to write a \f(CW\*(C`Makefile.PL\*(C'\fR when the originalauthor forgot it (!!)..PPReturns 1 on success and false on failure..PPThe file gets written to the directory the module's been extracted to.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -