Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Switch-2.170.0-7.mga8 RPM for noarch

From Mageia 8 for x86_64 / media / core / release

Name: perl-Switch Distribution: Mageia
Version: 2.170.0 Vendor: Mageia.Org
Release: 7.mga8 Build date: Wed Feb 12 07:48:54 2020
Group: Development/Perl Build host: localhost
Size: 42050 Source RPM: perl-Switch-2.170.0-7.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/Switch
Summary: A switch statement for Perl
The Switch.pm module implements a generalized case mechanism that covers
most (but not all) of the numerous possible combinations of switch and case
values described above.

The module augments the standard Perl syntax with two new control
statements: 'switch' and 'case'. The 'switch' statement takes a single
scalar argument of any type, specified in parentheses. 'switch' stores this
value as the current switch value in a (localized) control variable. The
value is followed by a block which may contain one or more Perl statements
(including the 'case' statement described below). The block is
unconditionally executed once the switch value has been cached.

A 'case' statement takes a single scalar argument (in mandatory parentheses
if it's a variable; otherwise the parens are optional) and selects the
appropriate type of matching between that argument and the current switch
value. The type of matching used is determined by the respective types of
the switch value and the 'case' argument, as specified in Table 1. If the
match is successful, the mandatory block associated with the 'case'
statement is executed.

Provides

Requires

License

GPL+ or Artistic

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 2.170.0-7.mga8
  + Revision: 1497242
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Wed Sep 19 2018 umeabot <umeabot> 2.170.0-6.mga7
  + Revision: 1271332
  - Mageia 7 Mass Rebuild

Files

/usr/share/doc/perl-Switch
/usr/share/doc/perl-Switch/Changes
/usr/share/doc/perl-Switch/META.json
/usr/share/doc/perl-Switch/META.yml
/usr/share/doc/perl-Switch/MYMETA.yml
/usr/share/doc/perl-Switch/README
/usr/share/man/man3/Switch.3pm.xz
/usr/share/perl5/vendor_perl/Switch.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 15:38:33 2024