CC: | Arthur Axel 'fREW' Schmidt <frioux [...] gmail.com> |
Subject: | [PATCH] Fix spelling typos in Pod |
Date: | Fri, 31 Jul 2015 16:58:49 -0700 |
To: | bug-Pod-Section [...] rt.cpan.org |
From: | Arthur Axel 'fREW' Schmidt <frioux [...] gmail.com> |
---
lib/Pod/Section.pm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/Pod/Section.pm b/lib/Pod/Section.pm
index 04ac345..95fab05 100644
--- a/lib/Pod/Section.pm
+++ b/lib/Pod/Section.pm
@@ -117,13 +117,13 @@ our $VERSION = '0.01';
use Pod::Section qw/select_podsection/;
- my @function_pods = select_podsection($mdoule, @functions);
- my @section_pods = select_podsection($mdoule, @sections);
+ my @function_pods = select_podsection($module, @functions);
+ my @section_pods = select_podsection($module, @sections);
In scalar context, pod is joined as one scalar.
- my $function_pods = select_podsection($mdoule, @functions);
- my $section_pods = select_podsection($mdoule, @sections);
+ my $function_pods = select_podsection($module, @functions);
+ my $section_pods = select_podsection($module, @sections);
use podsection on shell
--
2.5.0