summaryrefslogtreecommitdiff
path: root/Porting/core-cpan-diff
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2011-12-15 11:13:23 -0500
committerDavid Golden <dagolden@cpan.org>2011-12-15 11:13:23 -0500
commita50c3591ced4f58b83ff6f949674d8062f24332e (patch)
tree8ddc596cad39b672e762d4089be6f9423d0ad5e6 /Porting/core-cpan-diff
parent1d0f6f4a660a0f2fced40c7a763784b4828db12d (diff)
downloadperl-a50c3591ced4f58b83ff6f949674d8062f24332e.tar.gz
core-cpan-diff: clarify phrasing of missing file warning
Diffstat (limited to 'Porting/core-cpan-diff')
-rw-r--r--Porting/core-cpan-diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/core-cpan-diff b/Porting/core-cpan-diff
index 3e9c6a38cf..2ecbc2c49f 100644
--- a/Porting/core-cpan-diff
+++ b/Porting/core-cpan-diff
@@ -311,7 +311,7 @@ EOF
print $outfh " CPAN only: $cpan_file",
( $cpan_file eq $mapped_file )
? "\n"
- : " (expected $mapped_file)\n";
+ : " (missing $mapped_file)\n";
}
next;
}