The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Sample::Good;

use warnings;
use strict;

use version; our $VERSION = qv('1.2.31');

1;

__END__

=head1 NAME

Sample::Good - Sample module for testing Test::ConsistentVersion.


=head1 VERSION

1.2.31

=cut