File: vGood.pm

package info (click to toggle)
libtest-consistentversion-perl 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 180 kB
  • ctags: 13
  • sloc: perl: 165; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package Sample::vGood;

use warnings;
use strict;

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

1;

__END__

=head1 NAME

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


=head1 VERSION

v1.2.31

=cut