Revision history for Acme-MyPeek
0.07 - 2016-03-06T13:15:51+01:00
[DEBUGGING]
- Add more detailed information for test failure
0.06 - 2014-12-28T09:24:30+01:00
[DOCUMENTATION]
- Migrate to Dist::Zilla
0.05 - 2014-09-20T19:29:17+01:00
[DOCUMENTATION]
- Add a .gitignore file
- Changelog dates are better written as YYYY.MM.DD and probably ordered in
the other, descending, direction
Remark: I have decided to follow the ISO 8601 standard at
http://www.w3.org/TR/NOTE-datetime
- Just use a Makefile.PL and not a Build.PL the latter does not have any
added value any more
- In Makefile.PL ==> meta files link to repository
0.04 - 2013-06-07T12:00:00+01:00
[DOCUMENTATION]
- Add even more diagnostics to identify test failures hd() > 100
0.03 - 2013-05-31T12:00:00+01:00
[DOCUMENTATION]
- Add diagnostics to identify test failures hd() > 100
0.02 - 2013-05-25T12:00:00+01:00
[REFACTORING]
- refactor functions High_Int(), High_Dbl()
rename into hi(), hd(), rename DataType() into dt()
export hi(), hd(), dt() by default
replace sprintf('%d', ...) by sprintf('%u', ...)
0.01 - 2013-05-24T12:00:00+01:00
[ENHANCEMENTS]
- First version, released on an unsuspecting world.