Skip to content

Commit

Permalink
remove useless test $ExtUtils::MakeMaker::VERSION >= 6.3002
Browse files Browse the repository at this point in the history
  • Loading branch information
kmx committed Jan 31, 2015
1 parent 0b5b329 commit 4170761
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Graphics/TriD/POGL/Makefile.PL
Expand Up @@ -6,9 +6,7 @@ WriteMakefile(
'NAME' => 'PDL::Graphics::OpenGL::Perl::OpenGL',
'VERSION_FROM' => 'OpenGL.pm',
'ABSTRACT_FROM' => 'OpenGL.pm',
(eval($ExtUtils::MakeMaker::VERSION) >= 6.3002
? ('LICENSE'=> 'perl')
: ()),
'LICENSE' => 'perl'
'PL_FILES' => {},
'PREREQ_PM' => {
'Test::More' => 0,
Expand Down

0 comments on commit 4170761

Please sign in to comment.