commit f5bce994aca8dc9bec6ded1a5b33244390d4c75d Author: Ryan Voots Date: Wed Nov 15 12:52:26 2023 -0500 Starting things diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..30bcfa4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.build/ diff --git a/Changes b/Changes new file mode 100644 index 0000000..6cf128b --- /dev/null +++ b/Changes @@ -0,0 +1,2 @@ +1.0 2023-11-15 Initial release + - first release diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..1b4875a --- /dev/null +++ b/dist.ini @@ -0,0 +1,25 @@ +name = OpenAIAsync +author = Ryan Voots +license = Artistic_2_0 +copyright_holder = Ryan Voots +copyright_year = 2023 + +[@Starter::Git] +revision = 5 +managed_versions = 1 +-remove = Pod2Readme + +[GitHub::Meta] +[Readme::Brief] +[AutoPrereqs] + +[CheckChangesHasContent] + +[Prereqs / RuntimeRequires] +; perl = 5.008001 # TODO figure this out + +[Prereqs / TestRequires] +Test::More = 0.88 + +[Test::Perl::Critic] +critic_config = perlcritic.rc diff --git a/lib/OpenAIAsync.pod b/lib/OpenAIAsync.pod new file mode 100644 index 0000000..3a86405 --- /dev/null +++ b/lib/OpenAIAsync.pod @@ -0,0 +1,7 @@ +=pod + +=head1 TODO + +Document things + +=cut diff --git a/perlcritic.rc b/perlcritic.rc new file mode 100644 index 0000000..b026d5b --- /dev/null +++ b/perlcritic.rc @@ -0,0 +1,3 @@ +# .perlcriticrc +theme = community +severity = 1