Changes between Version 25 and Version 26 of NewParrotDeveloperGuide
- Timestamp:
- 12/03/10 16:32:28 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewParrotDeveloperGuide
v25 v26 97 97 More information about the subject can be found on our `docs/` folder. More precisely, here: [https://github.com/parrot/parrot/blob/master/docs/tests.pod docs/tests.pod] 98 98 99 === Test Conversion ===100 101 Here is the original Perl test.102 103 [http://www.perlfoundation.org/parrot/index.cgi/names.t.orig?action=attachments_download;page_name=starting_at_the_bottom;id=20081113142645-0-29575 names.t.orig]104 105 106 Here is the same test after being converted to PIR:107 108 [http://www.perlfoundation.org/parrot/index.cgi/names.t?action=attachments_download;page_name=starting_at_the_bottom;id=20081113142713-0-29174 names.t]109 110 99 == Submitting your work == 111 100 … … 119 108 120 109 Once again there is a POD covering this topic. Read [https://github.com/parrot/parrot/blob/master/docs/submissions.pod docs/submissions.pod] for specific details on how to submit your work. 121 122 [http://www.perlfoundation.org/parrot/index.cgi/names_test_rewrite.patch?action=attachments_download;page_name=starting_at_the_bottom;id=20081113142750-0-29058 names_test_rewrite.patch]