Subject: | Stop uninitialized warnings when tests are run |
Apply this patch to 03_functions.t:
54c54
< cmp_ok( $Class->stack, '==', 0,
---
Show quoted text
> cmp_ok( $Class->stack || 0, '==', 0,
73c73
< cmp_ok( $Class->stack, '==', 0,
---
Show quoted text> cmp_ok( $Class->stack || 0, '==', 0,