summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL8
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,