File: test_version

package info (click to toggle)
libtest-hasversion-perl 0.014-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 176 kB
  • ctags: 8
  • sloc: perl: 154; makefile: 2
file content (19 lines) | stat: -rwxr-xr-x 447 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!perl 

use strict;
use warnings;

use Test::HasVersion; our $VERSION = $Test::HasVersion::VERSION;
all_pm_version_ok(@ARGV);

=head1 NAME

test_version - check that all Perl modules in a distribution have version numbers

=head1 DESCRIPTION

This script runs the Test::HasVersion tests on the distribution in the
current directory. Test::HasVersion can also be used like normal
tests, see the Test::HasVersion man page for how to do that.

=cut