Use Net::DBus instead of Gtk2::Notify due to less dependencies; recommended by @beanz.

This commit is contained in:
Henrik Brix Andersen 2012-07-16 23:43:09 +02:00
parent 095607a166
commit 3690b0798e
2 changed files with 11 additions and 12 deletions

View file

@ -23,9 +23,9 @@ my $build = Module::Build->new(
'Test::More' => '0.10',
},
recommends => {
'Growl::GNTP' => '0.15',
'Gtk2::Notify' => '0.05',
'Wx' => '0.9901',
'Growl::GNTP' => '0.15',
'Net::DBus' => '0',
'Wx' => '0.9901',
},
script_files => ['slic3r.pl'],
);