The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.02 - 2001-07-16

  • Give correct expectation count for constructs like my ($x, $y, $z) = (23, foo()); # foo's expectation count is 2
  • want(2) should be true in C<@x = foo()> etc; i.e. infinity > N for any finite N :-)
  • Support '!' negative requests
  • correct expectation count for slices

Modules

Implement the want command