Schrift
[thread]6604[/thread]

Module auf CPAN hochladen: hab's noch nie gemacht (Seite 7)

Leser: 5


<< |< 1 ... 4 5 6 7 >| >> 64 Einträge, 7 Seiten
ptk
 2005-01-17 11:55
#50522 #50522
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Was Tools angeht: eigentlich muesste h2xs alles Noetige machen. Wenn nicht, gehoert h2xs erweitert. (Ich mache normalerweise alles haendisch, deshalb weiss ich nicht, wie der derzeitige Status von h2xs aussieht)
steffenw
 2005-01-17 12:35
#50523 #50523
User since
2003-08-15
692 Artikel
BenutzerIn
[Homepage] [default_avatar]
Rufe doch schnell mal h2xs mit irgendeinem beliebigen Modulname auf, dann kannst Du vergleichen.
$SIG{USER} = sub {love 'Perl' or die};
ptk
 2005-01-17 20:55
#50524 #50524
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Und was das Tool nicht kann, steht in der Doku. Z.B. habe ich diesen Link in ExtUtils::MakeMaker::FAQ gefunden:
http://module-build.sourceforge.net/META-spec.html
esskar
 2005-02-11 03:09
#50525 #50525
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
grad nochmal zu dem make_ppd script.
hab das nochmal bei mir laufen lassen und es erzeugt richtigen output:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
D:\Eigene Dateien\Entwicklung\perl\Modules\IO-Socket-SecureSocks>perl make_ppd
Checking if your kit is complete...
Warning: the following files are missing in your kit:
Changes
Manifest
readme
Please inform the author.
Writing Makefile for IO::Socket::SecureSocks

Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

cp SecureSocks.pm blib\lib\IO\Socket\SecureSocks.pm

Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

F:\Perl\bin\perl.exe -MExtUtils::Command -e rm_rf IO-Socket-SecureSocks-0.02
F:\Perl\bin\perl.exe "-MExtUtils::Manifest=manicopy,maniread" -e "manicopy(maniread(),'IO-Socket-SecureSocks-0.02', 'best');"
mkdir IO-Socket-SecureSocks-0.02
mkdir IO-Socket-SecureSocks-0.02/t
tar cvf IO-Socket-SecureSocks-0.02.tar IO-Socket-SecureSocks-0.02
IO-Socket-SecureSocks-0.02/
IO-Socket-SecureSocks-0.02/t/
IO-Socket-SecureSocks-0.02/t/1.t
IO-Socket-SecureSocks-0.02/SecureSocks.pm
IO-Socket-SecureSocks-0.02/Manifest
IO-Socket-SecureSocks-0.02/META.yml
IO-Socket-SecureSocks-0.02/readme
IO-Socket-SecureSocks-0.02/Changes
IO-Socket-SecureSocks-0.02/Makefile.PL
F:\Perl\bin\perl.exe -MExtUtils::Command -e rm_rf IO-Socket-SecureSocks-0.02
gzip --best IO-Socket-SecureSocks-0.02.tar
Module name : SecureSocks
Newest archive is IO-Socket-SecureSocks-0.02.tar.gz

Microsoft (R) Program Maintenance Utility Version 6.00.9782.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

pod2html.bat "-header" "-htmlroot=." "SecureSocks.pm" "-outfile=SecureSocks.html"
blib/
blib/lib/
blib/lib/IO/
blib/lib/IO/Socket/
blib/lib/IO/Socket/.exists
blib/lib/IO/Socket/SecureSocks.pm
blib/lib/auto/
blib/lib/auto/IO/
blib/lib/auto/IO/Socket/
blib/lib/auto/IO/Socket/SecureSocks/
blib/lib/auto/IO/Socket/SecureSocks/.exists
blib/arch/
blib/arch/auto/
blib/arch/auto/IO/
blib/arch/auto/IO/Socket/
blib/arch/auto/IO/Socket/SecureSocks/
blib/arch/auto/IO/Socket/SecureSocks/.exists
blib/html/
blib/html/lib/
blib/html/lib/IO/
blib/html/lib/IO/Socket/
blib/html/lib/IO/Socket/SecureSocks.html

DONE
<< |< 1 ... 4 5 6 7 >| >> 64 Einträge, 7 Seiten



View all threads created 2004-12-30 17:16.