From d61c5ece21b2bbfcfd67f7472c7832395f9c458b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 3 Oct 2017 15:25:10 +1300 Subject: Correct a documentation typo --- lib/List/Filters.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/List/Filters.pm b/lib/List/Filters.pm index aa59a49..41e88ff 100644 --- a/lib/List/Filters.pm +++ b/lib/List/Filters.pm @@ -13,7 +13,7 @@ use Carp; use Exporter 'import'; # Specify package version -our $VERSION = 0.01; +our $VERSION = 0.02; # Specify functions available for export our @EXPORT_OK = 'filter'; @@ -89,7 +89,7 @@ List::Filters - Build list sublists matching conditions =head1 VERSION -Version 0.01 +Version 0.02 =head1 DESCRIPTION @@ -118,7 +118,7 @@ You could maybe think of it as a multi-C that returns named results. }, has_ba => qr/ba/msx, }; - my %filterd = filter $cats, @words; + my %filtered = filter $cats, @words; =head1 SUBROUTINES/METHODS -- cgit v1.2.3