in reply to Re: Building a local 'ppm' repository (Windows)
in thread Building a local 'ppm' repository (Windows)
Actually, that is the URL which gave me all my zip files (please see original post).
I now have some combined code which builds the repository from zip files and then builds the 'package.lst' file from the repository.
See What is the format of a .packlist file for a PPM repository?.
This works fine with 5.8 ppm; about to test with 5.10 ppm.
The code is really nasty, but I probably don't have time to clean it up.
The code was developed at least partially on work time, so I will have to check to see if there are any issues with posting it.
If not, I will post it as an example of how not to write Perl (but still get the job done in a slow, rude, crude and disgusting way).
Please note that one of the 'rude, crude and disgusting' design decisions was to use DOS command line utilities invoked via Perl where possible to minimise coding time.
A future project (when I have some spare time) is to replace all the DOS dross with Perl code including handling Zip files.
Until then I will use 7-zip because I can do what I want with a single line of Perl :-).
Cheers
Dave R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Building a local 'ppm' repository (Windows)
by anthonyl (Initiate) on Nov 19, 2008 at 05:50 UTC | |
by aplonis (Pilgrim) on Apr 22, 2010 at 19:52 UTC | |
by LittleGreyCat (Scribe) on Feb 15, 2014 at 22:30 UTC | |
by LittleGreyCat (Scribe) on Feb 17, 2014 at 17:18 UTC |