The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension Class::Observable.

0.03  Mon Aug 19 23:02:13 EDT 2002

      - Be able to turn debugging on and off programmatically via
      C<SET_DEBUG()

      - Allow any number of paramters sent via notify_observers(). (This is
      Perl, after all...). This is a very small API change and fully
      backward compatible.


0.02  Tue May 28 09:25:12 EDT 2002

      - Modified API to be more like java.util.Observable:

          remove_observer( $o )  -> delete_observer( $o )
          remove_all_observers() -> delete_observers()
                                 -> count_observers()

        Updated docs and tests accordingly.


0.01  Sun May 26 14:02:30 EDT 2002

      Initial version -- it's got tests! It's got documentation!