mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 18:03:23 +00:00
Add in ref to project pages
This commit is contained in:
parent
364c619c6c
commit
8abe60494a
1 changed files with 13 additions and 6 deletions
11
Build.PL
11
Build.PL
|
@ -4,6 +4,14 @@ use warnings;
|
||||||
use Module::Build;
|
use Module::Build;
|
||||||
|
|
||||||
my $build = Module::Build->new(
|
my $build = Module::Build->new(
|
||||||
|
meta_merge => {
|
||||||
|
resources => {
|
||||||
|
repository => [
|
||||||
|
'http://clusterssh.git.sourceforge.net/',
|
||||||
|
'http://github.com/duncs/clusterssh',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
module_name => 'App::ClusterSSH',
|
module_name => 'App::ClusterSSH',
|
||||||
license => 'perl',
|
license => 'perl',
|
||||||
requires => {
|
requires => {
|
||||||
|
@ -11,8 +19,7 @@ my $build = Module::Build->new(
|
||||||
'Tk' => '800.022',
|
'Tk' => '800.022',
|
||||||
'X11::Protocol' => '0.56',
|
'X11::Protocol' => '0.56',
|
||||||
},
|
},
|
||||||
build_requires => {
|
build_requires => {},
|
||||||
},
|
|
||||||
script_files => 'bin',
|
script_files => 'bin',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue