| 29 | | See related ticket: https://bugzilla.redhat.com/show_bug.cgi?id=656317 |
| 30 | | |
| 31 | | === Fedora 11 === |
| 32 | | Fedora-11 includes Padre-0.32 with Wx Version: 0.91. |
| 33 | | |
| 34 | | Update your Wx: |
| 35 | | https://admin.fedoraproject.org/updates/perl-Wx-0.91-5.fc11 |
| 36 | | |
| 37 | | [https://admin.fedoraproject.org/pkgdb/packages/name/perl-Padre] |
| 38 | | |
| 39 | | To install padre: |
| 40 | | |
| 41 | | {{{ |
| 42 | | # yum install perl-Padre |
| 43 | | }}} |
| 44 | | |
| 45 | | Unofficial (s)rpms for 0.42 with requirements: |
| 46 | | http://mmaslano.fedorapeople.org/padre/ |
| 47 | | |
| 48 | | == Installation from CPAN == |
| 49 | | === Fedora 8 === |
| 50 | | Fedora has wxPerl since at least FC8 |
| 51 | | * [http://www.redhat.com/archives/fedora-perl-devel-list/2008-July/msg00311.html] |
| 52 | | * [http://www.redhat.com/archives/fedora-perl-devel-list/2008-August/msg00000.html] |
| 53 | | |
| 54 | | Fedora 8 has |
| 55 | | * wxGTK-2.8.7 |
| 56 | | * perl-Wx-0.74 |
| 57 | | * perl-Alien-wxWidgets-0.31 |
| 58 | | |
| 59 | | This should be sufficient: |
| 60 | | {{{ |
| 61 | | # rpm -ivh perl-Wx perl-Alien-wxWidgets |
| 62 | | }}} |
| 63 | | |
| 64 | | Then [wiki:DownloadCPAN install Padre from CPAN]. |
| 65 | | |
| 66 | | === Fedora 9 === |
| 67 | | Fedora 9 has |
| 68 | | * wxGTK-2.8.7 |
| 69 | | * perl-Wx-0.81 |
| 70 | | * perl-Alien-wxWidgets-0.32 |
| 71 | | |
| 72 | | This should be sufficient: |
| 73 | | {{{ |
| 74 | | # rpm -ivh perl-Wx perl-Alien-wxWidgets |
| 75 | | }}} |
| | 28 | Related bug, which should be fixed in future versions: |
| | 29 | https://bugzilla.redhat.com/show_bug.cgi?id=656317 |