Changes for version 0.54 - 2017-11-21
- `around` method added to allow localized variables and other local setup. Call `yield` method to run examples by `around` CODE. Contributed by @akzhan
- Replace some `use base` with `use parent` and other minor updates. Contributed by @akzhan
- Now tested under Perl 5.22-5.26 too Contributed by @akzhan
- predictable_destroy spec fixed under Perl 5.8 Contributed by @akzhan
Modules
Write tests in a declarative specification style
Object Simulation Plugin for Test::Spec
Provides
in lib/Test/Spec/Context.pm
in lib/Test/Spec/Example.pm
in lib/Test/Spec.pm
in lib/Test/Spec/Mocks.pm
in lib/Test/Spec/Mocks.pm
in lib/Test/Spec/Mocks.pm
in lib/Test/Spec/SharedHash.pm
in lib/Test/Spec/TodoExample.pm
Module Install Instructions
To install Test::Spec, copy and paste the appropriate command in to your terminal.
cpanm Test::Spec
perl -MCPAN -e shellinstall Test::Spec
For more information on module installation, please visitthe detailed CPAN module installation guide.