SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Sub-Infix rpm build for : OpenSuSE. For other distributions click perl-Sub-Infix.

Name : perl-Sub-Infix
Version : 0.004 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.1.1 Date : 2023-07-20 18:49:32
Group : Development/Libraries/Perl Source RPM : perl-Sub-Infix-0.004-lp155.1.1.src.rpm
Size : 0.03 MB
Packager : https://www_suse_com/
Summary : create a fake infix operator
Description :
Sub::Infix creates fake infix operators using overloading. It doesn\'t use
source filters, or the Devel::Declare manpage, or any of that magic.
(Though Devel::Declare isn\'t magic enough to define infix operators anyway;
I know; I\'ve tried.) It\'s pure Perl, has no non-core dependencies, and runs
on Perl 5.6.

The price you pay for its simplicity is that you cannot define an operator
that can be used like this:

my $five = 2 plus 3;

Instead, the operator needs to be wrapped with real Perl operators in one
of three ways:

my $five = 2 |plus| 3;
my $five = 2 /plus/ 3;
my $five = 2 < < plus>> 3;

The advantage of this is that it gives you three different levels of
operator precedence.

You can also call the function a slightly less weird way:

my $five = plus->(2, 3);

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

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Sub-Infix-0.004-lp155.1.1.noarch.rpm
     

Provides :
perl(Sub::Infix)
perl(Sub::Infix::PartialApplication)
perl-Sub-Infix

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Sub
/usr/lib/perl5/vendor_perl/5.26.1/Sub/Infix.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Sub-Infix
/usr/share/doc/packages/perl-Sub-Infix/CONTRIBUTING
/usr/share/doc/packages/perl-Sub-Infix/COPYRIGHT
/usr/share/doc/packages/perl-Sub-Infix/CREDITS
/usr/share/doc/packages/perl-Sub-Infix/Changes
/usr/share/doc/packages/perl-Sub-Infix/LICENSE
/usr/share/doc/packages/perl-Sub-Infix/README
/usr/share/doc/packages/perl-Sub-Infix/doap.ttl
/usr/share/man/man3/Sub::Infix.3pm.gz

 
ICM