Package perl-Algorithm-CheckDigits: Information

    Source package: perl-Algorithm-CheckDigits
    Version: 1.3.2-alt2
    Build time:  Jun 29, 2018, 10:58 PM in the task #209267
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Perl extension to generate and test check digits
    Description: 
    perl -MAlgorithm::CheckDigits -e Algorithm::CheckDigits::print_methods
    
    or
    
      use Algorithm::CheckDigits;
    
      @ml = Algorithm::CheckDigits->method_list();
    
      $isbn = CheckDigits('ISBN');
    
      if ($isbn->is_valid('3-930673-48-7')) {
    	
      }
    
      $cn = $isbn->complete('3-930673-48');     # $cn = '3-930673-48-7'
    
      $cd = $isbn->checkdigit('3-930673-48-7'); # $cd = '7'
    
      $bn = $isbn->basenumber('3-930673-48-7'); # $bn = '3-930673-48'

    List of rpms provided by this srpm:
    perl-Algorithm-CheckDigits (noarch)
    perl-Algorithm-CheckDigits-scripts (noarch)



      1. perl(Probe/Perl.pm)
      2. perl-Test-Pod
      3. perl-Test-Pod-Coverage
      4. perl-podlators
      5. /proc
      6. perl(Module/Build.pm)

    Last changed


    June 29, 2018 Igor Vlasenko 1.3.2-alt2
    - fixed unpackaged files
    May 26, 2016 Igor Vlasenko 1.3.2-alt1
    - automated CPAN update
    Aug. 7, 2013 Igor Vlasenko 1.3.0-alt1
    - automated CPAN update