Description: spelling fixes
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=72452
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72452
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2011-11-15

--- a/Constants.pm
+++ b/Constants.pm
@@ -34,7 +34,7 @@
  =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
@@ -434,7 +434,7 @@
      (
       '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,
@@ -460,7 +460,7 @@
 
  This is release 1.05 of this module.
 
- =head2 DEPENDANCIES
+ =head2 DEPENDENCIES
 
  The following modules are required to make this module:
 
