Package perl-Algorithm-CheckDigits: Information

    Source package: perl-Algorithm-CheckDigits
    Version: 1.2.0-alt1
    Build time:  Oct 18, 2012, 07:20 PM
    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)




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

    Last changed


    Oct. 17, 2012 Igor Vlasenko 1.2.0-alt1
    - automated CPAN update
    Nov. 22, 2010 Igor Vlasenko 0.50-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    Oct. 7, 2008 Vladimir A. Svyatoshenko 0.50-alt2
    - fixed build