From: Marius Gavrilescu Date: Fri, 17 Jul 2015 10:22:36 +0000 (+0300) Subject: Apply spelling patch from gregoa @ Debian (RT #72452) X-Git-Tag: 0.18~15 X-Git-Url: http://git.ieval.ro/?p=pod-constants.git;a=commitdiff_plain;h=e18addae1712737d97002f3a98aafeb1f26592fc Apply spelling patch from gregoa @ Debian (RT #72452) --- 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: