Changes between Version 2 and Version 3 of Tickets
- Timestamp:
- 11/30/08 13:21:49 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tickets
v2 v3 10 10 * You are using the latest released version of Padre 11 11 * Check if there is already a ticket with the same issue, maybe even fixed in trunk {1} 12 * You might want to ask around on our mailing list http://mail.perlide.org/mailman/listinfo/padre-dev or on IRC: [irc://irc.perl.org/#padre #padre] on irc.perl.org 12 13 * In the report please provide the details of your Operating system, Perl version number, version of Wx and wxWidgtes 14 15 {{{ 16 $ perl -v 17 $ perl -MWx -le'print "Wx Version: $Wx::VERSION " . Wx::wxVERSION_STRING()' 18 }}} 19 20 and on Mac: 21 22 {{{ 23 $ perl -v 24 $ wxPerl -MWx -le'print "Wx Version: $Wx::VERSION " . Wx::wxVERSION_STRING()' 25 }}} 26 13 27 * Please also provide a description how to reproduce the bug 14 28
