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

Group :: Development/Perl
RPM: perl-Filter-signatures

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.19-alt1
Build date: 28 july 2023, 15:08 ( 39.3 weeks ago )
Size: 30.07 Kb

Home page:   http://search.cpan.org/dist/Filter-signatures/

License: perl
Summary: very simplicistic signatures for Perl < 5.20
Description:

use Filter::signatures;
   no warnings 'experimental::signatures'; # does not raise an error
   use feature 'signatures'; # this now works on <5.16 as well

   sub hello( $name ) {
       print "Hello $name\n";
   }

   hello("World");

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

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