| | 81 | |
| | 82 | == Test == |
| | 83 | |
| | 84 | == Perl distributions and templates and running == |
| | 85 | 1. create a new Perl 5 distribution: "File" -> "New" -> "Perl Distribution ..." |
| | 86 | 1. create an additional "hello, world" style Perl 5 module in the same namespace: "File" -> "New" -> "Perl 5 Module" |
| | 87 | 1. use "File" -> "Save Intuition" to save the module |
| | 88 | 1. create a test for the module: "File" -> "New" -> "Perl 5 Test" |
| | 89 | 1. run the test: "Run" -> "Run Tests" |
| | 90 | 1. run the test: "Run" -> "Run and Build Tests" |
| | 91 | 1. create a new Perl 5 script that uses the module: "File" -> "New" -> "Perl 5 Script" |
| | 92 | 1. run it: "Run" -> "Run Script" |
| | 93 | 1. run it: "Run" -> "Run Script (Debug Info)" |
| | 94 | 1. add an infinite loop the the script |
| | 95 | 1. run the script and abort it using F6 |
| | 96 | |