1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Description: fix whatis entry in POD
Origin: vendor
Author: mason james <mtj@kohaaloha.com>
Forwarded: https://github.com/drmuey/p5-Test-Mock-Cmd/pull/3
Last-Update: 2023-01-23
--- a/lib/Test/Mock/Cmd/TestUtils.pm
+++ b/lib/Test/Mock/Cmd/TestUtils.pm
@@ -61,6 +61,10 @@
__END__
+=head1 NAME
+
+Test::Mock::Cmd - Add additional subs for test suite
+
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2011 cPanel, Inc. C<< <copyright@cpanel.net>> >>. All rights reserved.
--- a/lib/Test/Mock/Cmd/TestUtils/X.pm
+++ b/lib/Test/Mock/Cmd/TestUtils/X.pm
@@ -27,6 +27,10 @@
__END__
+=head1 NAME
+
+Test::Mock::Cmd::TestUtils::X - Provide subs for test suite (X.pm)
+
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2011 cPanel, Inc. C<< <copyright@cpanel.net>> >>. All rights reserved.
--- a/lib/Test/Mock/Cmd/TestUtils/Y.pm
+++ b/lib/Test/Mock/Cmd/TestUtils/Y.pm
@@ -27,6 +27,10 @@
__END__
+=head1 NAME
+
+Test::Mock::Cmd::TestUtils::Y - Provide subs for test suite (Y.pm)
+
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2011 cPanel, Inc. C<< <copyright@cpanel.net>> >>. All rights reserved.
|