]> iEval git - pod-constants.git/blobdiff - lib/Pod/Constants.pm
Apply spelling patch from gregoa @ Debian (RT #72452)
[pod-constants.git] / 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.021408 seconds and 4 git commands to generate.