Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/racke/yact
The next gen Act which is not quiet Act2
https://github.com/racke/yact
Last synced: 5 days ago
JSON representation
The next gen Act which is not quiet Act2
- Host: GitHub
- URL: https://github.com/racke/yact
- Owner: racke
- Created: 2012-12-07T11:13:18.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T07:24:37.000Z (almost 11 years ago)
- Last Synced: 2024-11-18T18:43:33.411Z (2 months ago)
- Language: Perl
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Setting up the development environment
$ dzil authordeps | cpanm
$ dzil listdeps --author | cpanm
$ dzil testBest is then setting up a dev environment of the data:
$ perl -Ilib -It/lib -MYACTTest -e'YACTTest->new( testdir => $ENV{HOME}."/yact_test" )->init'
Then you can use the directory via YAPC_ROOT like this:
$ YAPC_ROOT=/home/user/yact_test plackup -Ilib -MYACT::Web -e'YACT::Web->run_if_script'
# Perl::Tidy pre-commit hook
If you plan on pushing to the main repository on github, please consider
installing a pre-commit hook for normalizing how the Perl code looks.$ cpanm App::githook_perltidy
$ githook-perltidy install