Update perl tests (#17670)

* update perl tests

* add more tests
This commit is contained in:
William Cheng
2024-01-22 17:59:49 +08:00
committed by GitHub
parent 256b27912b
commit 659e21a4bf
17 changed files with 3445 additions and 1 deletions

View File

@@ -6,3 +6,8 @@ cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mloca
cpanm --installdeps .
perl tests/01_pet_api.t
perl tests/02_store_api.t
perl tests/03_api_factory.t
perl tests/04_role.t
perl tests/06_inheritance.t