diff options
author | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2022-07-06 15:07:36 +0100 |
---|---|---|
committer | Gianni Ceccarelli <gianni.ceccarelli@broadbean.com> | 2022-07-06 15:07:36 +0100 |
commit | 2764e50eec281814100f83b1f3be99cc8084a7f8 (patch) | |
tree | 8d6f126e470051b22f9692bb1e76d0758917ec30 /Makefile.PL | |
parent | try a gtk3 version (diff) | |
download | URLQueue-2764e50eec281814100f83b1f3be99cc8084a7f8.tar.gz URLQueue-2764e50eec281814100f83b1f3be99cc8084a7f8.tar.bz2 URLQueue-2764e50eec281814100f83b1f3be99cc8084a7f8.zip |
deps & version
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.PL b/Makefile.PL index fe35576..edcdf76 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,12 +5,12 @@ install_share 'share'; WriteMakefile( NAME => 'URLQueue', - VERSION => '1.0', + VERSION => '2.0', AUTHOR => 'dakkar <dakkar@thenautilus.net>', PREREQ_PM => { - 'Gtk2' => 0, - 'Gtk2::GladeXML::Simple' => 0, - 'Path::Class' => 0, + 'Gtk3' => 0, + 'Moo' => 0, + 'Path::Tiny' => 0, 'URI::Find' => 0, 'URI::Title' => 0, 'Email::Sender' => 0, |