aboutsummaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-06 17:42:31 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-06 17:42:31 +1300
commit21464b6351feab3850302b65d72da62a67eacac5 (patch)
tree2d7796cad3999b5e49458d0714454657c79d8821 /Changes
parentBump version number (diff)
downloadList-Breakdown-21464b6351feab3850302b65d72da62a67eacac5.tar.gz
List-Breakdown-21464b6351feab3850302b65d72da62a67eacac5.zip
Reformat Changes file with tw=72
Diffstat (limited to 'Changes')
-rw-r--r--Changes22
1 files changed, 12 insertions, 10 deletions
diff --git a/Changes b/Changes
index 99a7f42..7680002 100644
--- a/Changes
+++ b/Changes
@@ -1,14 +1,15 @@
Revision history for Perl module List::Breakdown
-Initial revision history up to 0.11 was a little overzealous with releases
-until #perl told me to calm down. All of those versions are documented here
-anyway for comprehensiveness' sake. Entries with "No important changes" are
-likely to be trivial things like documentation fixes or Perl::Tidy runs.
+Initial revision history up to 0.11 was a little overzealous with
+releases until #perl told me to calm down. All of those versions are
+documented here anyway for comprehensiveness' sake. Entries with "No
+important changes" are likely to be trivial things like documentation
+fixes or Perl::Tidy runs.
0.17 2017-10-06
- - Correct problem with use of comparisons to "Inf" causing failing tests on at
- least Perl 5.8 by using direct definedness test instead
+ - Correct problem with use of comparisons to "Inf" causing failing
+ tests on at least Perl 5.8 by using direct definedness test instead
0.16 2017-10-06
@@ -64,8 +65,8 @@ likely to be trivial things like documentation fixes or Perl::Tidy runs.
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:
+ - 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
@@ -83,5 +84,6 @@ likely to be trivial things like documentation fixes or Perl::Tidy runs.
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.