| | 47 | |
| | 48 | == Documentation == |
| | 49 | |
| | 50 | The documentation of Padre is standard POD embedded in the .pm files. If you'd like to |
| | 51 | improve those you should check out the source code of Padre as described above and send |
| | 52 | patches or ask for commit bit. The documentation is part of the regular development process. |
| | 53 | |
| | 54 | |
| | 55 | == QA/Testing == |
| | 56 | |
| | 57 | Unfortunately Padre has not enough automated test mostly due to the fact that |
| | 58 | we hardly know how to test GUI applications. The existing tests are located |
| | 59 | in the standard t/ directory. |
| | 60 | If you'd like to help in this and if you are on Windows you could take a look at the |
| | 61 | t/win32/ directory where we have a few tests written using Win32::GUItest. |
| | 62 | You would be very highly regarded if you improved the test coverage of Padre!! |