NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Expat (Score:1)
I don't know if this is more of a Chocolate thing, but I'd really like a pony.
And by pony, I mean Expat / XML::Parser. The rationale is:
- general usefullness (XML)
- messy to install (external lib)
I believe the (general * messy) value is quite high, but I may be biased because of needing it the other week.
Re: (Score:1)
Last time I checked, XML support was the headline feature for the April release.
So it should be there already... is something not working?
Re: (Score:1)
Probably not, since I hadn't seen that. Please ignore.
Portable (Score:1)
Just more work on Portable. Not for USB drives, but just for being able to install Strawberry wherever is appropriate for the environment it's going to run in.
Build instructions (Score:1)
Re: (Score:1)
Can you see anything useful in Perl::Dist [cpan.org].
I'll see what I can do about adding a bit more POD to Perl::Dist::Strawberry [cpan.org].
Re: (Score:1)
The short version, however, is this.
1. Get a Windows machine, with Perl installed somewhere other than C:\strawberry. I have a "bootperl" variant of Strawberry built specifically for that purpose.
2. Install Perl::Dist
2. Install Perl::Dist::Strawberry
Then on the command line, run
> perldist Strawberry
Install anywhere? (Score:2)
There were several people on #win32 recently who wanted to do just that and had to go back to ActivePerl for this.
Would it be possible to change cpan.bat and other similar files to use relative path for launching perl? That would I think make it possible to install Strawberry Perl along with ActivePerl or other versions of Perl. At least Strawberry perl will behave then nicely.
Would it be possible to remove the feature (aka fix the pro
Re: (Score:1)
> Does that mean one will be able to install Strawberry Perl anywhere?
No, although I'm hoping to have a "real" Portable Edition beta ready.
> Would it be possible to change cpan.bat and other similar files to use relative path for launching perl?
Maaaybe, but as I understand things, it's the fault of pl2bat. If that is fixed, Strawberry will just pick up the fix automatically.
One thing I do plan to look into though is to make the various calls to things like GCC explicit paths rather than relative.
>
New CPAN/test stuff (Score:1)
Andreas has called a code freeze for CPAN.pm to get 1.93 out the door. That's likely to happen before Oct 13, so it should automatically be picked up.
Bundle::CPAN will also pick up the new Test::Harness.
-- dagolden
Add Strawberry perl version to local patch list (Score:1)
It would be very handy to have Strawberry add its build version to the list of local patches the way that ActiveState Perl does so that it's easier to find out which version someone is using when they report a problem or from a CPAN Testers report. E.g. from 'perl -V':
Re: (Score:1)
I'll see what I can do...
Apart from the headline "Strawberry Perl 5.10.0.3 [svn version]" is there any format for (not having the) patches?
Does any code actually parse it? Or can I just say "No patches"
Re: (Score:1)
I think it's just advisory. As far as I know, nothing parses it. (But I'd ask on #p5p if you want to make sure.) But I think in Oslo, Tux said it was just whatever text you wanted.
IO::Socket::SSL and Crypt::SSLeay (Score:2)
More of MinGW (Score:1)
What is in Strawberry, what works on Strawberry? (Score:2)
1) List of modules or external libraries included in the Strawberry Perl releases. I guess it is somewhere listed on Perl::Dist::Strawberry [cpan.org] but it would be nicer to have a page with list and links to sources and documentations.
I guess if this info is kept in a yaml file or similar in the PDS itself then it's easy to extract and display.
2) What can be installed A list of modules that can be installed on Stra