Thread HTML::Template::Compiled (HTC) (209 answers)
Opened by renee at 2005-06-26 15:48

bloonix
 2007-03-18 23:27
#40942 #40942
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Hallo Ronni,

das ist kein Fehler von CPAN. Die Module fehlen schlichtweg
in der Liste PREREQ_PM.

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
WriteMakefile
(
         'PL_FILES' => {},
         'INSTALLDIRS' => 'site',
         'NAME' => 'HTML::Template::Compiled',
         'EXE_FILES' => [],
         'VERSION_FROM' => 'lib/HTML/Template/Compiled.pm',
         'PREREQ_PM' => {
                          'Test::More' => 0,
                          'File::Spec' => 0,
                          'File::Basename' => 0,
                          'Carp' => 0
                        }
       );


Eine Installation klappt nur, wenn man die Module selbst
installiert. Welche Module aber nun alle benötigt werden,
erfährt man erst, wenn man versucht HTC zu installieren
und die Fehler ausgegeben werden. Sie stehen leider nicht
in der Dokumentation.

Gruss,
opi\n\n

<!--EDIT|opi|1174253404-->
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread HTML::Template::Compiled (HTC)