Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to CPAN form #18

Merged
merged 12 commits into from
May 12, 2018
Merged

Convert to CPAN form #18

merged 12 commits into from
May 12, 2018

Conversation

cxw42
Copy link
Member

@cxw42 cxw42 commented May 12, 2018

Changed the structure and installation to be a CPAN module instead of a standalone script. This makes the script accessible to a wider audience, and gives us more options for a programmatic interface in the future.

Closes #17.

Chris White added 12 commits January 30, 2018 11:39
This is the output of a module-starter run.
Now lib/Text/PerlPP.pm is the main file, and bin/perlpp is a thin
invoker for command-line use.
 - %Defs and %Sets are now package variables so that <?:macro?> can
   access them.
 - Added test targets to the Makefile; updated the test code to run from
   lib (`make testhere`) or blib (`make test`).
Includes a wrapped App::FatPacker so OS-specific dependencies don't get
packed.
Also, began implementing the test infrastructure for the packed version.
By default, the test files use the blib version, so that `make test`
still works.  However, you can set PERLPP_CMD or PERLPP_NOUSE before
starting a test to change that behaviour.  The Makefile now has targets
`testhere` (for lib/) and `testpacked` (for packed blib/perlpp).
- `clean` target also deletes ./fatlib
- Remove `Makefile-premodule` now that it has been integrated into
  Makefile.PL
- Fill in Changes
- Update installation instructions in README
@cxw42 cxw42 self-assigned this May 12, 2018
@cxw42 cxw42 merged commit b9824fe into interpreters:master May 12, 2018
@cxw42 cxw42 deleted the issue17 branch May 12, 2018 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant