Amend license type to be same as for Perl

This commit is contained in:
Duncan Ferguson 2009-12-19 17:44:44 +00:00
parent b5f46ff0e7
commit 8fca580dd0

View file

@ -5,7 +5,7 @@ use Module::Build;
my $build = Module::Build->new(
module_name => 'App::ClusterSSH',
license => 'gpl',
license => 'perl',
requires => {
'version' => '0',
'Tk' => 800.022,