diff options
-rw-r--r-- | Porting/core-cpan-diff | 2 |
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; } |