Subject: | Extraneous version string found in README |
My README contains the following text, which is just part of some documentation and not a
version specifier:
my $b = ExtUtils::CBuilder->new( quiet => 1 );
This line seems to be picked up perl-reversion as $VERSION=1 though.
-Ken