Last change
on this file since 102863 was 102863, checked in by vboxsync, 15 months ago |
openssl-3.1.4: Applied and adjusted our OpenSSL changes to 3.1.3. bugref:10577
|
File size:
300 bytes
|
Line | |
---|
1 | #!perl
|
---|
2 |
|
---|
3 | BEGIN {
|
---|
4 | unless ($ENV{AUTHOR_TESTING}) {
|
---|
5 | print qq{1..0 # SKIP these tests are for testing by the author\n};
|
---|
6 | exit
|
---|
7 | }
|
---|
8 | }
|
---|
9 |
|
---|
10 | # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests.
|
---|
11 | use strict; use warnings;
|
---|
12 | use Test::More;
|
---|
13 | use Test::Pod 1.41;
|
---|
14 |
|
---|
15 | all_pod_files_ok();
|
---|
Note:
See
TracBrowser
for help on using the repository browser.