Apply spelling patch from gregoa @ Debian (RT #72452)
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 17 Jul 2015 10:22:36 +0000 (13:22 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 17 Jul 2015 10:23:00 +0000 (13:23 +0300)
lib/Pod/Constants.pm

index 4a3363af6f8d4a18bd6574a1b58c1f169d838d52..0ad1a556f9d3941b5e79b9d6608a463efd169e6a 100644 (file)
@@ -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:
 
This page took 0.01134 seconds and 4 git commands to generate.