Changes between Version 2 and Version 3 of NewParrotDeveloperGuide
- Timestamp:
- 12/10/08 06:30:32 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewParrotDeveloperGuide
v2 v3 85 85 }}} 86 86 87 = Test Conversion 87 = Test Conversion = 88 88 89 89 Here is the original Perl test. 90 90 91 {file: names.t.orig} 91 [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] 92 92 93 93 94 Here is the same test after being converted to PIR: 94 95 95 {file: names.t} 96 [http://www.perlfoundation.org/parrot/index.cgi/names.t?action=attachments_download;page_name=starting_at_the_bottom;id=20081113142713-0-29174 names.t] 96 97 97 == Submitting your work 98 == Submitting your work == 98 99 99 100 Once again there is a POD covering this topic. Read doc/submissions.pod for specific details on how to submit your work. In general you'll need to create a patch and then email that patch to perlbug. … … 107 108 }}} 108 109 109 {file: names_test_rewrite.patch} 110 [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] 110 111 111 112 Then you'll need to send an email, with the patch as an attachment, to Perlbug. It should look something like this.