Skip to content

Commit

Permalink
modified: Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Jeuken committed Apr 23, 2024
1 parent 84654d8 commit 14623e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile.PL
Expand Up @@ -10,12 +10,11 @@ WriteMakefile(
PREREQ_PM => {
'File::Path' => 0,
'Math::Round' => 0,
'Syntax::Kamelon' => '0.23',
'Test::Tk' => '2.00',
'Syntax::Kamelon' => '0.24',
'Test::Tk' => '3.03',
'Tk' => '800.024',
'Tk::ColorEntry' => '0.03',
'Tk::GtkSettings' => '0.05',
'Tk::PopList' => '0.04',
'Tk::ColorEntry' => '0.05',
'Tk::PopList' => '0.07',
},
ABSTRACT_FROM => "lib/Tk/$pm.pm",
VERSION_FROM => "lib/Tk/$pm.pm",
Expand All @@ -33,3 +32,4 @@ WriteMakefile(
}}) : ()
),
);

0 comments on commit 14623e0

Please sign in to comment.