summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author B. Watson2022-03-14 08:58:15 +0100
committer B. Watson2022-03-14 08:58:15 +0100
commitb86ac58638a473be1fbba5cc0113a1745b0e8571 (patch)
tree3527935961c2516fd3958f4b982fc573eb629673 /perl
parenta5a062c0f413f120e147459a448fd95e5f39e695 (diff)
downloadslackbuilds-b86ac58638a473be1fbba5cc0113a1745b0e8571.tar.gz
perl/perl-Gtk2-Ex-Simple-List: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Gtk2-Ex-Simple-List/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/perl/perl-Gtk2-Ex-Simple-List/README b/perl/perl-Gtk2-Ex-Simple-List/README
index b5ad76d05c..e19cb5de68 100644
--- a/perl/perl-Gtk2-Ex-Simple-List/README
+++ b/perl/perl-Gtk2-Ex-Simple-List/README
@@ -1,8 +1,8 @@
-SimpleList is a simple interface to the powerful but complex Gtk2::TreeView
-and Gtk2::ListStore combination, implementing using tied arrays to make thing
-simple and easy.
+SimpleList is a simple interface to the powerful but complex
+Gtk2::TreeView and Gtk2::ListStore combination, implementing using
+tied arrays to make thing simple and easy.
-Gtk2 has a powerful, but complex MVC (Model, View, Controller) system
-used to implement list and tree widgets. Gtk2::Ex::Simple::List automates
-the complex setup work and allows you to treat the list model as a more
-natural list of lists structure.
+Gtk2 has a powerful, but complex MVC (Model, View, Controller) system
+used to implement list and tree widgets. Gtk2::Ex::Simple::List
+automates the complex setup work and allows you to treat the list
+model as a more natural list of lists structure.