SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Getopt-Std-Strict rpm build for : openSUSE Leap 42. For other distributions click perl-Getopt-Std-Strict.

Name : perl-Getopt-Std-Strict
Version : 1.01 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.2 Date : 2016-10-29 13:23:43
Group : Development/Libraries/Perl Source RPM : perl-Getopt-Std-Strict-1.01-1.2.src.rpm
Size : 0.00 MB
Packager : (none)
Summary : Getopt::Std::Strict Perl module
Description :
Getopt::Std is nice but it could be even easier to use. This is how I would
like Getopt::Std to behave.

Two main concepts are strengthened here, on top of Getopt::Std.

1) Variables are created even under use strict
2) Your option specs are passed at compile time.

The first import string to use is what you would send to Getopt::Std. If
you have an option flag \'g\' and a paramater \'r\' taking an argument, the
usage would be..

use strict;
use Getopt::Std::Strict \'gr:\';

$opt_g;

This makes available throughout your program the variables $opt_g and
$opt_r, as well as the hash %OPT, which contains $OPT{g} and $OPT{r}.

Compare that with the alternative..

use strict;
use Getopt::Std;

my %o;

getopts(\'gr:\', \\%o);

$o->{g};

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_42.2/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
perl(Getopt::Std::Strict)
perl-Getopt-Std-Strict

Requires :
perl(:MODULE_COMPAT_5.18.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
perl(Test::Simple) => 0.74


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.2/Getopt
/usr/lib/perl5/vendor_perl/5.18.2/Getopt/Std
/usr/lib/perl5/vendor_perl/5.18.2/Getopt/Std/Strict.pm
/usr/lib/perl5/vendor_perl/5.18.2/x86_64-linux-thread-multi
/usr/share/man/man3/Getopt::Std::Strict.3pm.gz

 
ICM