Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.18 KB

pl.atypus.org

This is the source for the pl.atypus.org website. The intent is to make this the go to place for information about Perl + FFI, and for these related FFI projects:

Contributing.

  1. Install developer deps with cpanm --installdeps .
  2. Edit the .md or .tt files as appropriate.
  3. Do NOT edit the .html files as these are generated.
  4. Run ./build.pl to generate html and other files.
  5. Test by running plackup test.psgi and pointing your browser to the URL provided.
  6. You can also run the regression tests with prove.
  7. Open a PR as appropriate.

Thanks!