Changes for version v0.8.3 - 2015-09-27
- Starting form version 1.05, `Test::Version` generates author test, not release test as before. Older version will cause test failure. The test requires `Test::Version` 1.05 to avoid failure.
- Generated `COPYING` file may have one or two empty lines at the end, it affects testing. I do not know for sure what causes such a difference in behavior. However, let's try to `chomp` empty lines to avoid test failure.
- One of the bundle hooks used new package declaration syntax: `package Name {...}`. Such code may fail in case of older Perl. Hook rewritten to use old syntax (`{ package Name; ... }`).
- For the same reason using `r` modifier of search-and-replace operator eliminated.
Modules
VDB's plugin bundle