Schrift
[thread]5504[/thread]

Module::Build: will nicht so, wie ich es will

Leser: 1


<< >> 1 Eintrag, 1 Seite
steffenw
 2005-09-27 02:40
#47350 #47350
User since
2003-08-15
692 Artikel
BenutzerIn
[Homepage] [default_avatar]
perl Build.pl
rem perl Build
rem perl Build test
perl Build manifest
perl Build dist

... und dann passiert's, YAML.pm ist natürlich installiert
Code: (dl )
1
2
3
4
5
6
7
8
9
Couldn't load YAML.pm, generating a minimal META.yml without it.
Please check and edit the generated metadata, or consider installing YAML.pm.

Creating Tie-Sub-0.01.tar.gz
Unable to add file: 'Tie-Sub-0.01' at d:/Perl/site/lib/Module/Build/Base.pm line 2369
Unable to add file: 'Tie-Sub-0.01/lib' at d:/Perl/site/lib/Module/Build/Base.pm line 2369
Unable to add file: 'Tie-Sub-0.01/lib/Tie' at d:/Perl/site/lib/Module/Build/Base.pm line 2369
Unable to add file: 'Tie-Sub-0.01/t' at d:/Perl/site/lib/Module/Build/Base.pm line 2369
Deleting Tie-Sub-0.01


Inhalt von Build.pl
Code: (dl )
1
2
3
4
5
6
7
8
9
10
use Module::Build;
my $build = Module::Build->new (
module_name => 'Tie::Sub',
license => 'perl',
requires => {
perl => '5.6.1',
'Test::More' => '>= 0.0',
},
);
$build->create_build_script;


Bin ich zu blöd? Kennt sich wer damit aus? Ich mach's wie immer unter Windows.
$SIG{USER} = sub {love 'Perl' or die};
<< >> 1 Eintrag, 1 Seite



View all threads created 2005-09-27 02:40.