Starting things

This commit is contained in:
Ryan Voots 2023-11-15 12:52:26 -05:00
commit f5bce994ac
5 changed files with 38 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.build/

2
Changes Normal file
View file

@ -0,0 +1,2 @@
1.0 2023-11-15 Initial release
- first release

25
dist.ini Normal file
View file

@ -0,0 +1,25 @@
name = OpenAIAsync
author = Ryan Voots <simcop@cpan.org>
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

7
lib/OpenAIAsync.pod Normal file
View file

@ -0,0 +1,7 @@
=pod
=head1 TODO
Document things
=cut

3
perlcritic.rc Normal file
View file

@ -0,0 +1,3 @@
# .perlcriticrc
theme = community
severity = 1