App-PythonToPerl

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

$ less CONTRIBUTING
$ less MANIFEST 
$ less README.md 
$ less README
$ less META.json 
$ less META.yml

# make CPAN release
$ git add -A; git commit -av  # CPAN Release, vX.YYY; Codename FOO, BAR Edition
$ git push origin main
$ dzil release  # will build, test, prompt for CPAN upload, and create/tag/upload new git commit w/ only version number as commit message
```

## Original Creation
App::PythonToPerl was originally created via the following commands:

```
# normal installation procedure for minting profile
$ cpanm Dist::Zilla::MintingProfile

# normal minting procedure

bin/dev/openapi_json_to_perl.pl  view on Meta::CPAN

#
# This is free software, licensed under:
#
#   The GNU General Public License, Version 3, June 2007
#

my $x = <<'END';

{
  "model": "code-davinci-002",
  "prompt": "# Python to Perl\nPython:\n\n        for test_index in self._iter_test_masks(X, y, groups):\n            test_var = \"test data\"\n            train_index = indices[np.logical_not(test_index)]\n\nPerl:",
  "temperature": 0,
  "max_tokens": 256,
  "top_p": 1,
  "frequency_penalty": 0,
  "presence_penalty": 0,
  "stop": ["# Python to", "test_stop_sequence"]
}

END



( run in 0.872 second using v1.01-cache-2.11-cpan-6aa56a78535 )