| 148 | | == Perl distributions and templates and running == |
| 149 | | 1. create a new Perl 5 distribution: "File" -> "New" -> "Perl Distribution ..." |
| 150 | | 1. create an additional "hello, world" style Perl 5 module in the same namespace: "File" -> "New" -> "Perl 5 Module" |
| 151 | | 1. use "File" -> "Save Intuition" to save the module |
| 152 | | 1. create a test for the module: "File" -> "New" -> "Perl 5 Test" |
| 153 | | 1. run the test: "Run" -> "Run Tests" |
| 154 | | 1. run the test: "Run" -> "Run and Build Tests" |
| 155 | | 1. create a new Perl 5 script that uses the module: "File" -> "New" -> "Perl 5 Script" |
| 156 | | 1. run it: "Run" -> "Run Script" |
| 157 | | 1. run it: "Run" -> "Run Script (Debug Info)" |
| 158 | | 1. add an infinite loop the the script |
| 159 | | 1. run the script and abort it using F6 |
| 160 | | |