Skip to content

Commit

Permalink
Change case of license in Build.PL
Browse files Browse the repository at this point in the history
This is to prevent the "License 'GPL_2' is invalid" error when
trying to run the Build.PL script.
  • Loading branch information
grahambell committed Aug 28, 2014
1 parent a2e943c commit fa465f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ my $file = File::Spec->catfile( "lib", "Starlink", "AST.pm" );
my $build = Module::Build->new
(
module_name => "Starlink::AST",
license => "GPL_2",
license => "gpl_2",
author => [
'Tim Jenness <[email protected]>',
],
Expand Down

0 comments on commit fa465f9

Please sign in to comment.