This is the source for the alienfile.org website. The intent is to make this the go to place for information about Perl/Alien, and for these related Alien projects:
- Install developer deps with
cpanm --installdeps .
- Edit the .md or .tt files as appropriate.
- Do NOT edit the .html files as these are generated.
- Run
./build.pl
to generate html and other files. - Test by running
plackup test.psgi
and pointing your browser to the URL provided. - You can also run the regression tests with
prove
. - Open a PR as appropriate.
Thanks!