diff options
Diffstat (limited to 'lib/Module/Build/t/moduleinfo.t')
-rw-r--r-- | lib/Module/Build/t/moduleinfo.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Module/Build/t/moduleinfo.t b/lib/Module/Build/t/moduleinfo.t index a9bdcf08e8..196cf43b34 100644 --- a/lib/Module/Build/t/moduleinfo.t +++ b/lib/Module/Build/t/moduleinfo.t @@ -54,7 +54,7 @@ my @modules = ( package Simple; our $VERSION = '1.23'; --- - <<'---', # declared & defined on seperate lines with 'our' + <<'---', # declared & defined on separate lines with 'our' package Simple; our $VERSION; $VERSION = '1.23'; |