The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Business::NoChex - Perl extension for the validation of NoChex payments

SYNOPSIS

  use Business::NoChex;
  my($payment)= new Business::NoChex({ recipient => 'a@bc.com'});

  if($payment->is_valid){
    spendItAll($payment->amount);
  }else{
    ringAlarmBells();
  }
 

DESCRIPTION

A simple module to allow verification of the NoChex APC notification messages.

EXPORT

None by default.

AUTHOR

Robin Szemeti

Redpoint Consulting Limited

SEE ALSO

perl(1).