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

## Test: chbs - note, only tests that it runs successfully # my $nknots = 0; my $t = zeroes( float, 2*$x->nelem+4 ); my $bcoef = zeroes( float, 2*$x->nelem ); my $ndim = PDLA->null; my $kord = PDLA->null; $err = PDLA->null; echbs( $x, $f, $d, 0, $nknots, $t, $bcoef, $ndim, $kord, $err ); ok(all($err == 0)); exit(0);