Package perl-Feature-Compat-Try: Information

    Source package: perl-Feature-Compat-Try
    Version: 0.05-alt1.1
    Build time:  Dec 25, 2022, 07:14 PM
    Category: Development/Perl
    Report package bug
    License: perl
    Summary: make C<try/catch> syntax available
    Description: 
    This module is written in the aspiration that one day perl will gain true
    native syntax support for `try/catch' control flow, and that it will be
    spelled using the syntax defined here. The intention here is that on such
    a version of perl that provides this syntax this module will simply enable it,
    equivalent to perhaps
    
       use feature 'try';
    
    On older versions of perl before such syntax is available, it is currently
    provided instead using the the Syntax::Keyword::Try manpage module, imported with a
    special set of options to configure it to recognise exactly and only the same
    syntax as this as-yet-aspirational core perl feature, thus ensuring that any
    code using it will still continue to function on that newer perl.

    List of RPM packages built from this SRPM:
    perl-Feature-Compat-Try (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. /proc
      2. rpm-build-perl
      3. perl(Future/AsyncAwait.pm)
      4. perl(Module/Build.pm)
      5. perl(Syntax/Keyword/Try.pm)
      6. perl(Test/More.pm)
      7. perl(XS/Parse/Keyword.pm)
      8. perl-devel
      9. perl-podlators

    Last changed


    Dec. 1, 2022 Igor Vlasenko 0.05-alt1.1
    - to Sisyphus as perl-Sub-HandlesVia dep
    Feb. 24, 2022 Igor Vlasenko 0.05-alt1
    - updated by package builder
    April 14, 2021 Igor Vlasenko 0.04-alt1
    - updated by package builder