Changes between Version 99 and Version 100 of PreReleaseChecklist
- Timestamp:
- 04/05/11 11:18:46 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PreReleaseChecklist
v99 v100 146 146 }}} 147 147 148 == Package 'main' lost in outline if followed by another package == 149 See #1206 150 1. "File" -> "New" 151 1. add three lines of code 152 {{{ 153 sub foo{} 154 package umpf; 155 sub bar{} 156 }}} 157 1. Check the 'Outline': foo() and bar() are shown in package 'umpf', but foo() is in package 'main' 158 148 159 == Some other stuff to be tested == 149 160
