From f5bce994aca8dc9bec6ded1a5b33244390d4c75d Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Wed, 15 Nov 2023 12:52:26 -0500 Subject: [PATCH] Starting things --- .gitignore | 1 + Changes | 2 ++ dist.ini | 25 +++++++++++++++++++++++++ lib/OpenAIAsync.pod | 7 +++++++ perlcritic.rc | 3 +++ 5 files changed, 38 insertions(+) create mode 100644 .gitignore create mode 100644 Changes create mode 100644 dist.ini create mode 100644 lib/OpenAIAsync.pod create mode 100644 perlcritic.rc 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