ModuleBuildBioperl -> Bio::Root::Build
[bioperl-network.git] / Makefile.PL
blobfbe81fe96341a5acf13a5fff65f8a8cb371f1fff
1 #!/usr/bin/perl -w
3 # This is a stub that simply tells you to use Build.PL instead
5 warn <<'WARN';
7 The installation process for Bioperl no longer uses Makefile.PL
9 Please use Build.PL instead:
10 perl Build.PL
11 ./Build test
12 ./Build install
14 For futher details, see:
15 http://search.cpan.org/~kwilliams/Module-Build/lib/Module/Build.pm
17 If you want to stick with using Makefile.PL and make syntax, you can
18 generate a working Makefile.PL by:
19 perl Build.PL
20 ./Build manifest
21 ./Build distmeta
23 Now you can:
24 perl Makefile.PL
25 make test
26 make install
28 WARN
30 exit;