Automatically create config.log when building Parrot
completed by: Nagato Yuki
mentors: cotto
Task Description
Automatically create config.log when building Parrot
Steps To Complete This Task
Read the Trac ticket here. Create a Trac account and add a comment to the ticket that you are working on it.- Create a fork of parrot.git on github.com
- Perform all the necessary code and/or documentation changes
- Build parrot and run it's test suite (make fulltest) to verify that things still work
- You can also submit a smoke report with "make smoke", but that is optional.
- Create a Github pull request (button on the upper right of your fork) to have your changes incorporated into the master repository
Requirements
- Knowledge of Perl 5.