Add support for libnotify notifications.

This commit is contained in:
Henrik Brix Andersen 2012-07-16 22:37:31 +02:00
parent 5d2fd17715
commit 99845955b3
2 changed files with 48 additions and 13 deletions

View file

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