mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +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
19
Build.PL
19
Build.PL
|
@ -4,16 +4,23 @@ use warnings;
|
|||
use Module::Build;
|
||||
|
||||
my $build = Module::Build->new(
|
||||
module_name => 'App::ClusterSSH',
|
||||
license => 'perl',
|
||||
requires => {
|
||||
meta_merge => {
|
||||
resources => {
|
||||
repository => [
|
||||
'http://clusterssh.git.sourceforge.net/',
|
||||
'http://github.com/duncs/clusterssh',
|
||||
],
|
||||
},
|
||||
},
|
||||
module_name => 'App::ClusterSSH',
|
||||
license => 'perl',
|
||||
requires => {
|
||||
'version' => '0',
|
||||
'Tk' => '800.022',
|
||||
'X11::Protocol' => '0.56',
|
||||
},
|
||||
build_requires => {
|
||||
},
|
||||
script_files => 'bin',
|
||||
build_requires => {},
|
||||
script_files => 'bin',
|
||||
);
|
||||
|
||||
$build->create_build_script;
|
||||
|
|
Loading…
Add table
Reference in a new issue