summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-Install/t/Install.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/ExtUtils-Install/t/Install.t')
-rw-r--r--dist/ExtUtils-Install/t/Install.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/ExtUtils-Install/t/Install.t b/dist/ExtUtils-Install/t/Install.t
index cf3c67e6f6..1f856cf9e0 100644
--- a/dist/ExtUtils-Install/t/Install.t
+++ b/dist/ExtUtils-Install/t/Install.t
@@ -16,7 +16,7 @@ use Test::More tests => 52;
use MakeMaker::Test::Setup::BFD;
BEGIN { use_ok('ExtUtils::Install') }
-# ensure the env doesnt pollute our tests
+# ensure the env doesn't pollute our tests
local $ENV{EU_INSTALL_ALWAYS_COPY};
local $ENV{EU_ALWAYS_COPY};
@@ -119,7 +119,7 @@ close DUMMY;
' UNINST=0 left different' );
}
-# Test UNINST=1 only warning when failing to remove an irrelevent shadow file
+# Test UNINST=1 only warning when failing to remove an irrelevant shadow file
{
my $tfile='install-test/lib/perl/Big/Dummy.pm';
local $ExtUtils::Install::Testing = $tfile;
@@ -145,7 +145,7 @@ close DUMMY;
}
-# Test UNINST=1 dieing when failing to remove an relevent shadow file
+# Test UNINST=1 dieing when failing to remove an relevant shadow file
{
my $tfile='install-test/lib/perl/Big/Dummy.pm';
local $ExtUtils::Install::Testing = $tfile;