mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Build.PL bugtracker and homepage resources
This commit is contained in:
parent
9730b7f90f
commit
112f8522c6
2 changed files with 11 additions and 5 deletions
12
Build.PL
12
Build.PL
|
@ -4,13 +4,15 @@ use warnings;
|
|||
use Module::Build;
|
||||
|
||||
my $build = Module::Build->new(
|
||||
meta_merge => {
|
||||
resources => {
|
||||
meta_merge => {
|
||||
resources => {
|
||||
repository => [
|
||||
'http://clusterssh.git.sourceforge.net/',
|
||||
'http://github.com/duncs/clusterssh',
|
||||
'http://github.com/duncs/clusterssh',
|
||||
],
|
||||
},
|
||||
bugtracker => 'http://sourceforge.net/tracker/?group_id=89139',
|
||||
homepage => 'http://clusterssh.sourceforge.net/',
|
||||
},
|
||||
},
|
||||
module_name => 'App::ClusterSSH',
|
||||
license => 'perl',
|
||||
|
@ -24,7 +26,7 @@ my $build = Module::Build->new(
|
|||
'Test::Pod::Coverage' => 0,
|
||||
'Test::Pod' => 0,
|
||||
},
|
||||
script_files => 'bin',
|
||||
script_files => 'bin',
|
||||
);
|
||||
|
||||
$build->create_build_script;
|
||||
|
|
4
Changes
4
Changes
|
@ -1,3 +1,7 @@
|
|||
????-??-?? Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.00_02
|
||||
|
||||
* Add in bugtracker and homepage resources to Build.PL file
|
||||
|
||||
2010-01-08 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.00_01
|
||||
|
||||
* Remove GNU tools and switch to Perl module layout using Module::Build
|
||||
|
|
Loading…
Add table
Reference in a new issue