From e18addae1712737d97002f3a98aafeb1f26592fc Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 17 Jul 2015 13:22:36 +0300 Subject: [PATCH] Apply spelling patch from gregoa @ Debian (RT #72452) --- lib/Pod/Constants.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Pod/Constants.pm b/lib/Pod/Constants.pm index 4a3363a..0ad1a55 100644 --- a/lib/Pod/Constants.pm +++ b/lib/Pod/Constants.pm @@ -34,7 +34,7 @@ Pod::Constants - Include constants from POD =head2 Some list Each line from this section of the file - will be placed into a seperate array element. + will be placed into a separate array element. For example, this is $myarray[2]. =head2 Some hash @@ -435,7 +435,7 @@ method seems to break dh-make-perl. ( 'MyTestModule.pm', 'MODULE RELEASE' => sub { ($VERSION) = m/(\d+\.\d+)/ }, - 'DEPENDANCIES' => ($PREREQ_PM = { }), + 'DEPENDENCIES' => ($PREREQ_PM = { }), -trim => 1, 'NAME' => sub { $ABSTRACT=$_; ($NAME) = m/(\S+)/ }, 'AUTHOR' => \$AUTHOR, @@ -461,7 +461,7 @@ method seems to break dh-make-perl. This is release 1.05 of this module. - =head2 DEPENDANCIES + =head2 DEPENDENCIES The following modules are required to make this module: -- 2.39.2