Exercise: Add tests
- Add some tests to the
01-add.t
file. - Create a new file called
02-multiply.t
and add tests to verify themultiply()
function. - See how it works when running directly with perl and using harness.
- Increase the version number in the module.
- Add a new entry to the Changes file describing your changes.
- Create the release of of new CPAN distribution.