Starting things
This commit is contained in:
commit
f5bce994ac
5 changed files with 38 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.build/
|
2
Changes
Normal file
2
Changes
Normal file
|
@ -0,0 +1,2 @@
|
|||
1.0 2023-11-15 Initial release
|
||||
- first release
|
25
dist.ini
Normal file
25
dist.ini
Normal 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
7
lib/OpenAIAsync.pod
Normal file
|
@ -0,0 +1,7 @@
|
|||
=pod
|
||||
|
||||
=head1 TODO
|
||||
|
||||
Document things
|
||||
|
||||
=cut
|
3
perlcritic.rc
Normal file
3
perlcritic.rc
Normal file
|
@ -0,0 +1,3 @@
|
|||
# .perlcriticrc
|
||||
theme = community
|
||||
severity = 1
|
Loading…
Add table
Reference in a new issue