aboutsummaryrefslogtreecommitdiff
path: root/lib/List/Filters.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/List/Filters.pm')
-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