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

📄 cpan::firsttime.3

📁 视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.
💻 3
📖 第 1 页 / 共 2 页
字号:
.SpIf you set this value to 0, these processes will wait forever. This isthe default and recommended setting..SpTimeout for inactivity during {Makefile,Build}.PL?.IP "index_expire" 2.IX Item "index_expire"The \s-1CPAN\s0 indexes are usually rebuilt once or twice per hour, but thetypical \s-1CPAN\s0 mirror mirrors only once or twice per day. Depending onthe quality of your mirror and your desire to be on the bleeding edge,you may want to set the following value to more or less than one day(which is the default). It determines after how many days \s-1CPAN\s0.pmdownloads new indexes..SpLet the index expire after how many days?.IP "inhibit_startup_message" 2.IX Item "inhibit_startup_message"When the \s-1CPAN\s0 shell is started it normally displays a greeting messagethat contains the running version and the status of readline support..SpDo you want to turn this message off?.IP "keep_source_where" 2.IX Item "keep_source_where"Unless you are accessing the \s-1CPAN\s0 on your filesystem via a file: \s-1URL\s0,\&\s-1CPAN\s0.pm needs to keep the source files it downloads somewhere. Pleasesupply a directory where the downloaded files are to be kept..SpDownload target directory?.IP "load_module_verbosity" 2.IX Item "load_module_verbosity"When \s-1CPAN\s0.pm loads a module it needs for some optional feature, itusually reports about module name and version. Choose 'v' to get thismessage, 'none' to suppress it..SpVerbosity level for loading modules (none or v)?.IP "makepl_arg" 2.IX Item "makepl_arg"Every Makefile.PL is run by perl in a separate process. Likewise werun 'make' and 'make install' in separate processes. If you haveany parameters (e.g. \s-1PREFIX\s0, \s-1LIB\s0, \s-1UNINST\s0 or the like) you want topass to the calls, please specify them here..SpIf you don't understand this question, just press \s-1ENTER\s0..SpTypical frequently used settings:.Sp.Vb 1\&    PREFIX=~/perl    # non\-root users (please see manual for more hints).Ve.SpParameters for the 'perl Makefile.PL' command?.IP "make_arg" 2.IX Item "make_arg"Parameters for the 'make' command? Typical frequently used setting:.Sp.Vb 1\&    \-j3              # dual processor system (on GNU make).Ve.SpYour choice:.IP "make_install_arg" 2.IX Item "make_install_arg"Parameters for the 'make install' command?Typical frequently used setting:.Sp.Vb 1\&    UNINST=1         # to always uninstall potentially conflicting files.Ve.SpYour choice:.IP "make_install_make_command" 2.IX Item "make_install_make_command"Do you want to use a different make command for 'make install'?Cautious people will probably prefer:.Sp.Vb 5\&    su root \-c make\& or\&    sudo make\& or\&    /path1/to/sudo \-u admin_account /path2/to/make.Ve.Spor some such. Your choice:.IP "mbuildpl_arg" 2.IX Item "mbuildpl_arg"A Build.PL is run by perl in a separate process. Likewise we run\&'./Build' and './Build install' in separate processes. If you have anyparameters you want to pass to the calls, please specify them here..SpTypical frequently used settings:.Sp.Vb 1\&    \-\-install_base /home/xxx             # different installation directory.Ve.SpParameters for the 'perl Build.PL' command?.IP "mbuild_arg" 2.IX Item "mbuild_arg"Parameters for the './Build' command? Setting might be:.Sp.Vb 1\&    \-\-extra_linker_flags \-L/usr/foo/lib  # non\-standard library location.Ve.SpYour choice:.IP "mbuild_install_arg" 2.IX Item "mbuild_install_arg"Parameters for the './Build install' command? Typical frequently usedsetting:.Sp.Vb 1\&    \-\-uninst 1                           # uninstall conflicting files.Ve.SpYour choice:.IP "mbuild_install_build_command" 2.IX Item "mbuild_install_build_command"Do you want to use a different command for './Build install'? Sudousers will probably prefer:.Sp.Vb 5\&    su root \-c ./Build\& or\&    sudo ./Build\& or\&    /path1/to/sudo \-u admin_account ./Build.Ve.Spor some such. Your choice:.IP "pager" 2.IX Item "pager"What is your favorite pager program?.IP "prefer_installer" 2.IX Item "prefer_installer"When you have Module::Build installed and a module comes with both aMakefile.PL and a Build.PL, which shall have precedence?.SpThe main two standard installer modules are the old and wellestablished ExtUtils::MakeMaker (for short: \s-1EUMM\s0) which uses theMakefile.PL. And the next generation installer Module::Build (\s-1MB\s0)which works with the Build.PL (and often comes with a Makefile.PLtoo). If a module comes only with one of the two we will use that onebut if both are supplied then a decision must be made between \s-1EUMM\s0 and\&\s-1MB\s0. See also http://rt.cpan.org/Ticket/Display.html?id=29235 for adiscussion about the right default..SpOr, as a third option you can choose \s-1RAND\s0 which will make a randomdecision (something regular \s-1CPAN\s0 testers will enjoy)..SpIn case you can choose between running a Makefile.PL or a Build.PL,which installer would you prefer (\s-1EUMM\s0 or \s-1MB\s0 or \s-1RAND\s0)?.IP "prefs_dir" 2.IX Item "prefs_dir"\&\s-1CPAN\s0.pm can store customized build environments based on regularexpressions for distribution names. These are \s-1YAML\s0 files where thedefault options for \s-1CPAN\s0.pm and the environment can be overridden anddialog sequences can be stored that can later be executed by anExpect.pm object. The \s-1CPAN\s0.pm distribution comes with some prefab \s-1YAML\s0files that cover sample distributions that can be used as blueprintsto store one own prefs. Please check out the distroprefs/ directory ofthe \s-1CPAN\s0.pm distribution to get a quick start into the prefs system..SpDirectory where to store default options/environment/dialogs forbuilding modules that need some customization?.IP "prerequisites_policy" 2.IX Item "prerequisites_policy"The \s-1CPAN\s0 module can detect when a module which you are trying to builddepends on prerequisites. If this happens, it can build theprerequisites for you automatically ('follow'), ask you forconfirmation ('ask'), or just ignore them ('ignore'). Please set yourpolicy to one of the three values..SpPolicy on building prerequisites (follow, ask or ignore)?.IP "randomize_urllist" 2.IX Item "randomize_urllist"\&\s-1CPAN\s0.pm can introduce some randomness when using hosts for downloadthat are configured in the urllist parameter. Enter a numeric valuebetween 0 and 1 to indicate how often you want to let \s-1CPAN\s0.pm try arandom host from the urllist. A value of one specifies to always use arandom host as the first try. A value of zero means no randomness atall. Anything in between specifies how often, on average, a randomhost should be tried first..SpRandomize parameter.IP "scan_cache" 2.IX Item "scan_cache"By default, each time the \s-1CPAN\s0 module is started, cache scanning isperformed to keep the cache size in sync. To prevent this, answer\&'never'..SpPerform cache scanning (atstart or never)?.IP "shell" 2.IX Item "shell"What is your favorite shell?.IP "show_unparsable_versions" 2.IX Item "show_unparsable_versions"During the 'r' command \s-1CPAN\s0.pm finds modules without version number.When the command finishes, it prints a report about this. If youwant this report to be very verbose, say yes to the followingvariable..SpShow all individual modules that have no \f(CW$VERSION\fR?.IP "show_upload_date" 2.IX Item "show_upload_date"The 'd' and the 'm' command normally only show you information theyhave in their in-memory database and thus will never connect to theinternet. If you set the 'show_upload_date' variable to true, 'm' and\&'d' will additionally show you the upload date of the module ordistribution. Per default this feature is off because it may require anet connection to get at the upload date..SpAlways try to show upload date with 'd' and 'm' command (yes/no)?.IP "show_zero_versions" 2.IX Item "show_zero_versions"During the 'r' command \s-1CPAN\s0.pm finds modules with a version number ofzero. When the command finishes, it prints a report about this. If youwant this report to be very verbose, say yes to the followingvariable..SpShow all individual modules that have a \f(CW$VERSION\fR of zero?.IP "tar_verbosity" 2.IX Item "tar_verbosity"When \s-1CPAN\s0.pm uses the tar command, which switch for the verbosityshall be used? Choose 'none' for quiet operation, 'v' for filename listing, 'vv' for full listing..SpTar command verbosity level (none or v or vv)?.IP "term_is_latin" 2.IX Item "term_is_latin"The next option deals with the charset (aka character set) yourterminal supports. In general, \s-1CPAN\s0 is English speaking territory, sothe charset does not matter much but some \s-1CPAN\s0 have names that areoutside the \s-1ASCII\s0 range. If your terminal supports \s-1UTF\-8\s0, you shouldsay no to the next question. If it expects \s-1ISO\-8859\-1\s0 (also known as\&\s-1LATIN1\s0) then you should say yes. If it supports neither, your answerdoes not matter because you will not be able to read the names of someauthors anyway. If you answer no, names will be output in \s-1UTF\-8\s0..SpYour terminal expects \s-1ISO\-8859\-1\s0 (yes/no)?.IP "term_ornaments" 2.IX Item "term_ornaments"When using Term::ReadLine, you can turn ornaments on so that yourinput stands out against the output from \s-1CPAN\s0.pm..SpDo you want to turn ornaments on?.IP "test_report" 2.IX Item "test_report"The goal of the \s-1CPAN\s0 Testers project (http://testers.cpan.org/) is totest as many \s-1CPAN\s0 packages as possible on as many platforms aspossible.  This provides valuable feedback to module authors andpotential users to identify bugs or platform compatibility issues andimproves the overall quality and value of \s-1CPAN\s0..SpOne way you can contribute is to send test results for each modulethat you install.  If you install the CPAN::Reporter module, you havethe option to automatically generate and email test reports to \s-1CPAN\s0Testers whenever you run tests on a \s-1CPAN\s0 package..SpSee the CPAN::Reporter documentation for additional details andconfiguration settings.  If your firewall blocks outgoing email,you will need to configure CPAN::Reporter before sending reports..SpEmail test reports if CPAN::Reporter is installed (yes/no)?.IP "use_sqlite" 2.IX Item "use_sqlite"CPAN::SQLite is a layer between the index files that are downloadedfrom the \s-1CPAN\s0 and \s-1CPAN\s0.pm that speeds up metadata queries and reducesmemory consumption of \s-1CPAN\s0.pm considerably..SpUse CPAN::SQLite if available? (yes/no)?.IP "yaml_load_code" 2.IX Item "yaml_load_code"Both \s-1YAML\s0.pm and YAML::Syck are capable of deserialising code. As this requiresa string eval, which might be a security risk, you can use this option toenable or disable the deserialisation of code..SpDo you want to enable code deserialisation (yes/no)?.IP "yaml_module" 2.IX Item "yaml_module"At the time of this writing there are two competing \s-1YAML\s0 modules,\&\s-1YAML\s0.pm and YAML::Syck. The latter is faster but needs a C compilerinstalled on your system. There may be more alternative \s-1YAML\s0conforming modules but at the time of writing a potential thirdplayer, YAML::Tiny, seemed not powerful enough to work with \s-1CPAN\s0.pm..SpWhich \s-1YAML\s0 implementation would you prefer?.SH "LICENSE".IX Header "LICENSE"This program is free software; you can redistribute it and/ormodify it under the same terms as Perl itself.

⌨️ 快捷键说明

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