Binary package “libtest-subcalls-perl” in ubuntu lunar

Perl module to count subroutine calls

 Test::SubCalls provides functions for testing that subroutines are called a
 specific number of times. It is useful in situations like testing caching
 code, where you want to do some tests as normal and then verify that some
 underlying subroutine within the code was called a specific number of times.