diff options
author | Angelo Naselli <anaselli@linux.it> | 2016-01-11 18:38:08 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2016-01-11 19:11:50 +0100 |
commit | b87547f413ce7cc482d0490786c03b79a3c93197 (patch) | |
tree | 0a54b064288d6758323f0879af61175103fd7f7a /t/03-Shared_GUI.t | |
parent | a568d1df1ec7926f662e0ec9ec0b37af24666f4e (diff) | |
download | manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.gz manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.bz2 manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.xz manatools-b87547f413ce7cc482d0490786c03b79a3c93197.zip |
Updated date
Diffstat (limited to 't/03-Shared_GUI.t')
-rw-r--r-- | t/03-Shared_GUI.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/03-Shared_GUI.t b/t/03-Shared_GUI.t index 87f0e368..94a72263 100644 --- a/t/03-Shared_GUI.t +++ b/t/03-Shared_GUI.t @@ -83,14 +83,14 @@ SKIP: { ok($gui->AboutDialog({ name => "Shared::GUI TABBED", version => $ManaTools::Shared::VERSION, - credits => "Copyright (C) 2014-2015 Angelo Naselli", + credits => "Copyright (C) 2014-2016 Angelo Naselli", license => 'GPLv2', authors => "Angelo Naselli <anaselli\@linux.it>\nMatteo Pasotti <matteo.pasotti\@gmail.com>", }), 'AboutDialog'); ok($gui->AboutDialog({ name => "Shared::GUI CLASSIC", version => $ManaTools::Shared::VERSION, - credits => "Copyright (C) 2014-2015 Angelo Naselli", + credits => "Copyright (C) 2014-2016 Angelo Naselli", license => 'GPLv2', authors => "Angelo Naselli <anaselli\@linux.it>\nMatteo Pasotti <matteo.pasotti\@gmail.com>", dialog_mode => 1, |