The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Sub::Called
================================

0.04    2019-03-18 08:49:00

  * updated tests
  * dzilify dist

0.03    2008-07-23
        + already_called and not_called provided by Curtis "Ovid" Poe
        + more tests
        + more documentation

0.02    2008-07-22
        - bugfixes: 
            * when script do not use strict "with_ampersand" always returns 0
            * with_ampersand checked always first subroutine call for each line. 
              This is a bug as you can call more than one subroutine per line.
              Thanks to "betterworld"
        + more documentation
        + added more tests

0.01    2008-07-21
        First release