معرفی شرکت ها


perl-Getopt-OO-0.70.0-5-omv4002.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An object oriented command line parser. It handles
ویژگی مقدار
سیستم عامل Linux
توزیع OpenMandriva 4.3
مخزن OpenMandriva unsupported-release noarch
نام بسته perl-Getopt-OO
نام فایل بسته perl-Getopt-OO-0.70.0-5-omv4002.noarch.rpm
نسخه بسته 0.70.0
انتشار بسته 5
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Mon 02 Nov 2020 12
هاست سازنده rhel.openmandriva.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Getopt-OO
مجوز GPL+ or Artistic
حجم دانلود 28K
حجم نصب 44.625K
Getopt::OO is an object oriented tool for parsing command line arguments. It expects a reference to the input arguments and uses a perl hash to describe how the command line arguments should be parsed. Note that by parsed, we mean what options expect values, etc. We check to make sure values exist on the command line as necessary -- nothing else. The caller is responsible for making sure that a value that he knows should be a file exists, is writable, or whatever. Command line arguments can be broken into two distinct types: options and values that are associated with these options. In windows, options often start with a '/' but sometimes with a '-', but in unix they almost universally start with a '-'. For this module options start with a '-'. We support two types of options: the short single dashed options and the long double dashed options. The difference between these two is that with this module the short options can be combined into a single option, but the long options can not. For example, most of us will be familiar with the 'tar -xvf file' command which can also be expressed as '-x -v -f file'. Long options can not be combined this way, so '--help' for example must always stand by itself. The input template expects the option names as its keys. For instance if you were expecting '-xv --hello' as possible command line options, the keys for your template hash would be '-x', '-v', and '--hello'.


نیازمندی

مقدار نام
>= 0:5.00404 perl
- perl(Exporter)
- perl(strict)
- perl(vars)


ارائه دهنده

مقدار نام
= 0.70.0 perl(Getopt::OO)
= 0.70.0-5 perl-Getopt-OO


نحوه نصب


نصب پکیج rpm perl-Getopt-OO:

    urpmi install perl-Getopt-OO-0.70.0-5-omv4002.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Getopt-OO
/usr/share/doc/perl-Getopt-OO/Changes
/usr/share/doc/perl-Getopt-OO/README
/usr/share/man/man3/Getopt::OO.3pm.zst
/usr/share/perl5/vendor_perl/Getopt
/usr/share/perl5/vendor_perl/Getopt/OO.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2011-04-17

rebuild for updated spec-helper

2009-07-28

rebuild using %perl_convert_version
fixed license field

2009-01-30

import perl-Getopt-OO

2009-01-30

initial mdv release, generated with cpan2dist