aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-03 22:04:42 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-03 22:05:20 +1300
commite857250bf4ecc47875433018b35f1a71120b3862 (patch)
tree2cbe3a6197bdeaff144bf67085b3492310535b83 /lib
parentCorrect some awkward documentation (diff)
downloadList-Breakdown-e857250bf4ecc47875433018b35f1a71120b3862.tar.gz (sig)
List-Breakdown-e857250bf4ecc47875433018b35f1a71120b3862.zip
Add some error testsv0.05
Ensure that bad inputs raise appropriate fatal errors.
Diffstat (limited to 'lib')
-rw-r--r--lib/List/Filters.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/List/Filters.pm b/lib/List/Filters.pm
index 1e31f69..f85e9b3 100644
--- a/lib/List/Filters.pm
+++ b/lib/List/Filters.pm
@@ -16,7 +16,7 @@ use base qw(Exporter);
our @EXPORT_OK = 'filter';
# Specify package version
-our $VERSION = 0.04;
+our $VERSION = 0.05;
# Dispatch table of functions to handle different ref types for the spec
# hashref's values
@@ -89,7 +89,7 @@ List::Filters - Build list sublists matching conditions
=head1 VERSION
-Version 0.04
+Version 0.05
=head1 DESCRIPTION