diff options
author | David Mitchell <davem@iabyn.com> | 2011-04-19 12:01:22 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2011-04-19 12:01:22 +0100 |
commit | 93a77370a8f33a28b8a59f890c208521406726d0 (patch) | |
tree | a60317a859f21ac0b3d8772bf480bccad7c6370a /t | |
parent | a5a2efce1e0ae6b781e1a1f5dbabcfc1a8842199 (diff) | |
download | perl-93a77370a8f33a28b8a59f890c208521406726d0.tar.gz |
fix blurb at top of t/porting/cmp_version.t
Diffstat (limited to 't')
-rw-r--r-- | t/porting/cmp_version.t | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/t/porting/cmp_version.t b/t/porting/cmp_version.t index 0f923fd689..3ffc44ab20 100644 --- a/t/porting/cmp_version.t +++ b/t/porting/cmp_version.t @@ -1,8 +1,9 @@ #!./perl -w # -# Compare the current Perl source tree and a given tag for modules that -# have identical version numbers but different contents. +# Compare the current Perl source tree against the version at the most +# recent tag, for modules that have identical version numbers but +# different contents. Skips cpan/. # # Original by slaven@rezic.de, modified by jhi and matt.w.johnson@gmail.com # |