Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37552952
en ru br
ALT Linux repos
S:0.05-alt1.1

Group :: Development/Perl
RPM: perl-Feature-Compat-Try

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.05-alt1.1
Build date: 1 december 2022, 18:53 ( 73.2 weeks ago )
Size: 21.37 Kb

Home page:   http://search.cpan.org/dist/Feature-Compat-Try/

License: perl
Summary: make C 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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Feature-Compat-Try
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin