[Perl] Update _test.mustache templates to use done_testing (#17649)

* test(perl): Update test plan to use done_testing

close #14921

* fixup! test(perl): Update test plan to use done_testing

results of "./bin/generate-samples.sh ./bin/configs/perl.yaml"

* fixup! test(perl): Update test plan to use done_testing

regenerate samples

---------

Co-authored-by: William E Little Jr <13027375-bmodotdev@users.noreply.gitlab.com>
This commit is contained in:
William E Little Jr
2024-01-20 00:25:45 -06:00
committed by GitHub
parent 3767110b1b
commit 5b6b082504
61 changed files with 216 additions and 129 deletions

View File

@@ -17,7 +17,7 @@ Generated by: https://openapi-generator.tech
# Please update the test cases below to test the model.
# Ref: https://openapi-generator.tech
#
use Test::More tests => 2;
use Test::More;
use Test::Exception;
use lib 'lib';
@@ -32,3 +32,5 @@ use_ok('WWW::OpenAPIClient::Object::ArrayOfArrayOfNumberOnly');
#
#isa_ok($instance, 'WWW::OpenAPIClient::Object::ArrayOfArrayOfNumberOnly');
done_testing();