aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-05 12:27:51 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-05 12:27:51 +1300
commit0c73dc9c67c566945469ab7b07665f808640e24c (patch)
tree7041d19a5525168439c8bfad9e5c43092867e6fe /Changes
parentBump version number (0.12) (diff)
downloadList-Breakdown-0c73dc9c67c566945469ab7b07665f808640e24c.tar.gz
List-Breakdown-0c73dc9c67c566945469ab7b07665f808640e24c.zip
Make Changes format match CPAN::Changes::Spec
The format of the changes seems to be optional, but at least for now I'll follow exactly what it recommends.
Diffstat (limited to 'Changes')
-rw-r--r--Changes36
1 files changed, 18 insertions, 18 deletions
diff --git a/Changes b/Changes
index ef1c252..1e6e992 100644
--- a/Changes
+++ b/Changes
@@ -7,54 +7,54 @@ likely to be trivial things like documentation fixes or Perl::Tidy runs.
0.12 2017-10-05
- * Added some author tests pilfered from Module::Starter.
- * Added two new examples to POD, and tests to reflect them.
- * Added this Changes file.
+ - Added some author tests pilfered from Module::Starter.
+ - Added two new examples to POD, and tests to reflect them.
+ - Added this Changes file.
0.11 2017-10-04
- * No important changes.
+ - No important changes.
0.10 2017-10-04
- * No important changes.
+ - No important changes.
0.09 2017-10-04
- * No important changes.
+ - No important changes.
0.08 2017-10-04
- * No important changes.
+ - No important changes.
0.07 2017-10-04
- * Expanded documentation a little to make the SYNOPSIS more useful.
+ - Expanded documentation a little to make the SYNOPSIS more useful.
0.06 2017-10-04
- * Renamed module to List::Breakdown. See notes for v0.01.
+ - Renamed module to List::Breakdown. See notes for v0.01.
0.05 2017-10-03
- * Another test file t/errors.t was added which ensures that both of the major
- errors cause an `eval` block to fail:
- - A value in the bucket layout spec was not a handled reference type
- - A value in the bucket layout spec was not a reference at all
+ - Another test file t/errors.t was added which ensures that both of the major
+ errors cause an `eval` block to fail:
+ * A value in the bucket layout spec was not a handled reference type
+ * A value in the bucket layout spec was not a reference at all
0.04 2017-10-03
- * No important changes.
+ - No important changes.
0.03 2017-10-03
- * Export was adjusted to `use base` to accommodate Perl 5.6.
+ - Export was adjusted to `use base` to accommodate Perl 5.6.
0.02 2017-10-03
- * No important changes.
+ - No important changes.
0.01 2017-10-03
- * First public release with one test in one file, t/words.t. Initially named
- List::Filters, which was unique but very close to an existing CPAN module.
+ - First public release with one test in one file, t/words.t. Initially named
+ List::Filters, which was unique but very close to an existing CPAN module.