Changes between Version 9 and Version 10 of Distribution
- Timestamp:
- 09/10/09 06:08:44 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Distribution
v9 v10 27 27 === downloadable exe === 28 28 29 There is a plan to create a module called Dist::Perl::XLwhich would create29 There is a plan to create a module called [source:trunk/Perl-Dist-XL/lib/Perl/Dist/XL.pm Perl::Dist::XL] which would create 30 30 a full version of perl with Padre (and possibly other things) installed and zipped. 31 31 Users will be able to download it, unzip it and run padre from that perl. … … 50 50 Ask garu for the current situation. See #514 51 51 52 === based on Activeperl ===52 === based on !ActivePerl === 53 53 54 54 See #508 for details. … … 59 59 60 60 61 === Stand alone Padre ===61 === Padre Standalone === 62 62 63 63 This packaging is for people who already have Perl installed … … 74 74 It has to be packaged as an .msi installer and be able to install anywhere. 75 75 76 I think it should create its own folder in Run/programs/Padre77 78 76 This does not need to be truly portable (that is movable after installation) 79 77 just that it can be installed anywhere. 80 78 81 The version released on 10 September 2009 still requires to be installed 82 into c:\strawberry but the next version due in October 2009 is planned to be 83 installable anywhere. 79 The version released on 10 September 2009 still installs itself into c:\strawberry but the version due in November 2009 is planned to be installable anywhere. 84 80 81 Other improvements listed here will appear within the next three to four months, with the goal being that all the improvements that are described here are in the January 2010 version. 85 82 86 === Stand alone portable Padre ===83 === Padre Standalone Portable === 87 84 88 85 This distribution should contain the same as the Stand alone Padre above … … 97 94 98 95 ==== Comment ==== 99 There is a Dist::Perl::Padre in the works that will allow us to create 100 a Perl distribution that has Padre already installed. 101 At one point we might be able to install this distribution 102 independently from any other perl installation on the same machine. 103 That will mean the 'production perl' of the user and the perl 104 needed by Padre does not need to be the same. 96 97 There is a [source:trunk/Perl-Dist-Padre/lib/Perl/Dist/Padre.pm Perl::Dist::Padre] module that will allow us to create a Perl distribution that has Padre already installed. At one point we might be able to install this distribution 98 independently from any other perl installation on the same machine. That will mean the 'production perl' of the user and the perl needed by Padre does not need to be the same. 105 99 106 100 … … 111 105 the latest Padre release from CPAN. 112 106 113 Later maybe also include the Parrot plugin along with Cardinal, Pipp, 114 Pynie and other languages running on Parrot. 107 Later maybe also include the Parrot plugin along with Cardinal, Pipp, Pynie and other languages running on Parrot. 115 108 In time this can become an IDE-for-Parrot release instead of the Almost Six release. 116 109 … … 122 115 and a lot of other things. Talk to Alias or CSJewell regarding this. 123 116 124 === Activeperl ===117 === !ActivePerl === 125 118 126 119 We used to build ppm packages for Padre but we stopped it a long time ago 127 mostly for laz yness. You are welcome to help renewing the effort though128 it would be probably better to make sure the build system of Activestate120 mostly for laziness. You are welcome to help renewing the effort though 121 it would be probably better to make sure the build system of !ActiveState 129 122 can handle it. See #508 for details. 130 123 … … 132 125 == Mac == 133 126 134 No idea. Maybe the above Dist::Perl::XLwill work there too.127 No idea. Maybe the above [source:trunk/Perl-Dist-XL/lib/Perl/Dist/XL.pm Perl::Dist::XL] will work there too. 135 128 See #513 136 129 … … 139 132 140 133 Some of the plugins will be distributed by the downstream distributors 141 and/or will be packaged in the Dist::Perl::Padre and Dist::Perl::XLdistributions.134 and/or will be packaged in the [source:trunk/Perl-Dist-Padre/lib/Perl/Dist/Padre.pm Perl::Dist::Padre] and [source:trunk/Perl-Dist-XL/lib/Perl/Dist/XL.pm Perl::Dist::XL] distributions. 142 135 143 136 == Plugins with PAR ==
