summaryrefslogtreecommitdiffstats
path: root/perl/perl-Gtk2-Unique/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Gtk2-Unique/README')
-rw-r--r--perl/perl-Gtk2-Unique/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl/perl-Gtk2-Unique/README b/perl/perl-Gtk2-Unique/README
new file mode 100644
index 0000000000..a9f3116acf
--- /dev/null
+++ b/perl/perl-Gtk2-Unique/README
@@ -0,0 +1,4 @@
+Gtk2::Unique is a Perl binding for the C library libunique which
+provides a way for writing single instance application. If you
+launch a single instance application twice, the second instance will
+either just quit or will send a message to the running instance.