The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.005

  • Change: 7edede6824e36d1424111910fa0ef9754939f7c5 Author: Kent Fredric <kentfredric@gmail.com> Date : 2012-04-29 18:08:07 +0000
    • Fix a lovely little error scenario which occurs when it can find no previous releases.
    • A. It tries to get_release(-1), which returns undef , and then it tries undef->version() , which can't work.
    • B. When you avoid the former by checking for an empty release set first,
    • it dies trying to dereference "undef" to an array to return
    • elements(), so pre-populating the array with a default empty
    • array-reference is required for it to work.

Modules

Write a Changes file from a project's git log.