Changes for version 0.006
- Change: d6966f4c00c8b48f978c9eb03871d89a15b52533 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-10-11 00:01:29 +0000
- Update dist.ini to personal best practices.
- Change: c513827d82c6bc1758d32cf4215913a4905ede0f Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-10-11 00:01:29 +0000
- Rename filter_in and filter_out to include_message and exclude_message.
- Change: f4110ec9a2e7969dd5ef1677bcd66b9db4a15195 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-10-10 20:59:55 +0000
- Merge pull request #6 from ironcamel/pr/synopsis-tag_regexp
- Fixing the SYNOPSIS describing the default tag_regexp value
- Change: ae720c1e7207a79363c3d70e97d1f121f6fbb5c2 Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-10-10 20:44:22 +0000
- Merge pull request #7 from andrefs/master
- Adding filter_out and filter_in options.
- Change: 8507a954f6e8096802a80299233b0fb3345eae26 Author: André Santos <andrefs@cpan.org> Date : 2012-09-26 21:58:19 +0000
- added filter_out and filter_in options
- Change: df7d696a90f8af78ff6305386e371160941fb442 Author: Naveed Massjouni <naveedm9@gmail.com> Date : 2012-07-23 02:17:48 +0000
- Fixing the SYNOPSIS describing the default tag_regexp value
- Change: 0061b3a8322478f04cddecf91a521b5179219a1d Author: Rocco Caputo <rcaputo@cpan.org> Date : 2012-04-29 14:52:54 +0000
- Merge pull request #5 from kentfredric/no-releases-bug
- Fix a lovely little error scenario which occurs when it can find no previous releases.
- Change: e26a496ebc85445dfe0a6190b99bf4fb968d257d Author: Kent Fredric <kentfredric@gmail.com> Date : 2012-03-19 06:26:51 +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.